]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix bug 5798: "CFLAGS info lost in configure"
authorVolker Lendecke <vl@samba.org>
Thu, 2 Oct 2008 00:17:04 +0000 (02:17 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 2 Oct 2008 00:27:30 +0000 (02:27 +0200)
Michael, please check and merge to the other branches if it's right.

Thanks,

Volker

source3/configure.in

index f04ddbeaa5cedd668326be78f727b47fe414e7c4..545a5653de917ac330b84aba705971a330611ef3 100644 (file)
@@ -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)