mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
build: pim6d is Linux only
This stops breaking build on FreeBSD. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
9e46405ca2
commit
d9a2d546da
12
configure.ac
12
configure.ac
@ -2100,16 +2100,12 @@ fi
|
||||
if test "$enable_pim6d" != "no"; then
|
||||
AC_MSG_CHECKING([for pim6d OS support])
|
||||
case "$host_os" in
|
||||
darwin*)
|
||||
AC_MSG_RESULT([no])
|
||||
enable_pim6d="no"
|
||||
;;
|
||||
openbsd*)
|
||||
AC_MSG_RESULT([no])
|
||||
enable_pim6d="no"
|
||||
linux*)
|
||||
AC_MSG_RESULT([yes])
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT([yes])
|
||||
AC_MSG_RESULT([no])
|
||||
enable_pim6d="no"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user