[master] b6efb69 Remove outdated comment

Poul-Henning Kamp phk at varnish-cache.org
Tue Jan 3 19:11:03 CET 2012


commit b6efb69ef5ecfd82d35adf85134d553381297325
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Jan 3 08:15:12 2012 +0000

    Remove outdated comment

diff --git a/configure.ac b/configure.ac
index 01eac28..72d2b7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -320,12 +320,6 @@ AC_CHECK_FUNCS([clock_gettime])
 AC_CHECK_FUNCS([gethrtime]) 
 LIBS="${save_LIBS}"
 
-# Check which mechanism to use for the acceptor.  We look for kqueue
-# only on platforms on which we know that it works, because there are
-# platforms where a simple AC_CHECK_FUNCS([kqueue]) would succeed but
-# the build would fail.  We also allow the user to disable mechanisms
-# he doesn't want to use.
-
 # --enable-kqueue
 AC_ARG_ENABLE(kqueue,
     AS_HELP_STRING([--enable-kqueue],



More information about the varnish-commit mailing list