]> err.no Git - varnish/commitdiff
Look for kqueue on Darwin 9.* as per ticket #338
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 28 Sep 2008 09:46:28 +0000 (09:46 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 28 Sep 2008 09:46:28 +0000 (09:46 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3233 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/configure.ac

index 1ced6c856789473a9d906002e8e283746a25ef7c..e65640483c5d9567316ac0523dad3d09d0eb7d88 100644 (file)
@@ -179,7 +179,7 @@ AC_ARG_ENABLE(kqueue,
 
 if test "$enable_kqueue" = yes; then
        case $host in
-       *-*-freebsd*)
+       *-*-freebsd* | *-*-darwin9* )
                AC_CHECK_FUNCS([kqueue])
                ;;
        *-*-bsd*)