Commit a4e2d478 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

All relevant BSD's have a testable kqueue now.

parent 8a37b312
......@@ -334,16 +334,7 @@ AC_ARG_ENABLE(kqueue,
[enable_kqueue=yes])
if test "$enable_kqueue" = yes; then
case $target in
*-*-freebsd* | *-*-darwin9* | *-*-darwin11* | *-*-netbsd* )
AC_CHECK_FUNCS([kqueue])
;;
*-*-bsd*)
# No other BSD has a sufficiently recent implementation
AC_MSG_WARN([won't look for kqueue() on $target])
ac_cv_func_kqueue=no
;;
esac
AC_CHECK_FUNCS([kqueue])
else
ac_cv_func_kqueue=no
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment