Commit e204a8c3 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r5118: Just a typofix


git-svn-id: http://www.varnish-cache.org/svn/branches/2.1@5328 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3a7824d1
......@@ -427,7 +427,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