From 73eaae40517ce4c7da9a210a69567a375b7877b2 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 28 Sep 2008 09:46:28 +0000 Subject: [PATCH] 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 --- varnish-cache/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*) -- 2.39.5