Commit 392e5343 authored by Nils Goroll's avatar Nils Goroll

enabling varnish2 compile should not touch CFLAGS

parent 76578fac
......@@ -90,8 +90,7 @@ AC_SUBST(AM_LT_LDFLAGS)
## VARNISH whether to install Varnish inline-c sources
AC_ARG_ENABLE(varnish2,
AS_HELP_STRING([--enable-varnish2],[install code for varnish2 inline-C (default is NO)]),
CFLAGS="${CFLAGS} -O0 -g -fno-inline")
AS_HELP_STRING([--enable-varnish2],[install code for varnish2 inline-C (default is NO)]))
AM_CONDITIONAL([INSTALL_VARNISH2], [test "x$enable_varnish2" != x])
############################################################
......
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