From: Volker Lendecke Date: Thu, 2 Oct 2008 00:17:04 +0000 (+0200) Subject: Fix bug 5798: "CFLAGS info lost in configure" X-Git-Tag: samba-4.0.0alpha6~769^2~228^2~83^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9097a67de;p=thirdparty%2Fsamba.git Fix bug 5798: "CFLAGS info lost in configure" Michael, please check and merge to the other branches if it's right. Thanks, Volker --- diff --git a/source3/configure.in b/source3/configure.in index f04ddbeaa5c..545a5653de9 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -128,7 +128,7 @@ fi if test "x$debug" = "xyes" ; then CFLAGS="${CFLAGS} -g" else - CFLAGS="-O" + CFLAGS="${CFLAGS} -O" fi m4_include(../lib/socket_wrapper/config.m4)