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

Kqueue is go for Darwin11. Somebody should attempt Darwin10 also.

parent 6734c868
......@@ -332,7 +332,7 @@ AC_ARG_ENABLE(kqueue,
if test "$enable_kqueue" = yes; then
case $target in
*-*-freebsd* | *-*-darwin9* | *-*-netbsd* )
*-*-freebsd* | *-*-darwin9* | *-*-darwin11* | *-*-netbsd* )
AC_CHECK_FUNCS([kqueue])
;;
*-*-bsd*)
......
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