r5118 - trunk/varnish-cache

ingvar at varnish-cache.org ingvar at varnish-cache.org
Tue Aug 24 17:49:52 CEST 2010


Author: ingvar
Date: 2010-08-24 17:49:52 +0200 (Tue, 24 Aug 2010)
New Revision: 5118

Modified:
   trunk/varnish-cache/configure.ac
Log:
Just a typofix


Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2010-08-23 09:34:33 UTC (rev 5117)
+++ trunk/varnish-cache/configure.ac	2010-08-24 15:49:52 UTC (rev 5118)
@@ -423,7 +423,7 @@
 JEMALLOC_LDADD=
 AC_ARG_ENABLE(jemalloc,
 AS_HELP_STRING([--disable-jemalloc],[do not use jemalloc (default is yes on Linux, no everywhere else)]),
-[if "x$enableval" = "xyes"; then
+[if test "x$enableval" = "xyes"; then
 	JEMALLOC_SUBDIR=libjemalloc
 	JEMALLOC_LDADD='$(top_builddir)/lib/libjemalloc/libjemalloc_mt.la'
 fi],




More information about the varnish-commit mailing list