build: pim6d is Linux only

This stops breaking build on FreeBSD.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
David Lamparter 2022-12-08 12:45:38 +01:00
parent 9e46405ca2
commit d9a2d546da

View File

@ -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