Commit 47deba63 authored by Ingvar Hagelund's avatar Ingvar Hagelund

Just a typofix


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5118 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a10acac3
......@@ -423,7 +423,7 @@ JEMALLOC_SUBDIR=
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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment