
tfheen at varnish-cache
Apr 16, 2012, 1:20 AM
Post #1 of 1
(31 views)
Permalink
|
|
[3.0] b72c1e6 Remove outdated comment
|
|
commit b72c1e6025deae70ab8407604d32607798e83a27 Author: Poul-Henning Kamp <phk [at] FreeBSD> Date: Tue Jan 3 08:15:12 2012 +0000 Remove outdated comment diff --git a/configure.ac b/configure.ac index 05397fd..41ddf24 100644 --- a/configure.ac +++ b/configure.ac @@ -326,12 +326,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], _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|