Commit e2287d2d authored by Tollef Fog Heen's avatar Tollef Fog Heen

Look for kqueue on NetBSD

Fixes #821
parent b590d0e4
......@@ -294,7 +294,7 @@ AC_ARG_ENABLE(kqueue,
if test "$enable_kqueue" = yes; then
case $target in
*-*-freebsd* | *-*-darwin9* )
*-*-freebsd* | *-*-darwin9* | *-*-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