From: Volker Lendecke Date: Thu, 2 Oct 2008 00:17:04 +0000 (+0200) Subject: Fix bug 5798: "CFLAGS info lost in configure" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f39da433c22632007a9300d4dab4cda0dfd43e;p=thirdparty%2Fsamba.git Fix bug 5798: "CFLAGS info lost in configure" picked from 9097a67de Volker (cherry picked from commit 9ffb1e6f0ded2647efe567912873a1a63e2ffed1) --- diff --git a/source/configure.in b/source/configure.in index 257d2ad5910..dce60bcc7b0 100644 --- a/source/configure.in +++ b/source/configure.in @@ -127,7 +127,7 @@ fi if test "x$debug" = "xyes" ; then CFLAGS="${CFLAGS} -g" else - CFLAGS="-O" + CFLAGS="${CFLAGS} -O" fi CFLAGS="${CFLAGS} -D_SAMBA_BUILD_=3"