From: phk Date: Sun, 28 Sep 2008 09:46:28 +0000 (+0000) Subject: Look for kqueue on Darwin 9.* as per ticket #338 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73eaae40517ce4c7da9a210a69567a375b7877b2;p=varnish Look for kqueue on Darwin 9.* as per ticket #338 git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3233 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index 1ced6c85..e6564048 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -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*)