summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-02 02:17:04 +0200
committerVolker Lendecke <vl@samba.org>2008-10-02 02:27:30 +0200
commit9097a67def72ea41e85a4acb5d7cbcc46adaaa84 (patch)
tree0e431bc25e5b3b0c345f7cbd10990a4dc0998ec6 /source3/configure.in
parent3bfb53caa86ece1d7ff1bf3c7759f003203d4247 (diff)
downloadsamba-9097a67def72ea41e85a4acb5d7cbcc46adaaa84.tar.gz
samba-9097a67def72ea41e85a4acb5d7cbcc46adaaa84.tar.bz2
samba-9097a67def72ea41e85a4acb5d7cbcc46adaaa84.zip
Fix bug 5798: "CFLAGS info lost in configure"
Michael, please check and merge to the other branches if it's right. Thanks, Volker
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index f04ddbeaa5..545a5653de 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)