r3233 - trunk/varnish-cache

phk at projects.linpro.no phk at projects.linpro.no
Sun Sep 28 11:46:29 CEST 2008


Author: phk
Date: 2008-09-28 11:46:28 +0200 (Sun, 28 Sep 2008)
New Revision: 3233

Modified:
   trunk/varnish-cache/configure.ac
Log:
Look for kqueue on Darwin 9.* as per ticket #338



Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2008-09-26 14:18:00 UTC (rev 3232)
+++ trunk/varnish-cache/configure.ac	2008-09-28 09:46:28 UTC (rev 3233)
@@ -179,7 +179,7 @@
 
 if test "$enable_kqueue" = yes; then
 	case $host in
-	*-*-freebsd*)
+	*-*-freebsd* | *-*-darwin9* )
 		AC_CHECK_FUNCS([kqueue])
 		;;
 	*-*-bsd*)




More information about the varnish-commit mailing list