The branch, master has been updated
via 9097a67def72ea41e85a4acb5d7cbcc46adaaa84 (commit)
from 3bfb53caa86ece1d7ff1bf3c7759f003203d4247 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 9097a67def72ea41e85a4acb5d7cbcc46adaaa84
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date: Thu Oct 2 02:17:04 2008 +0200
Fix bug 5798: "CFLAGS info lost in configure"
Michael, please check and merge to the other branches if it's right.
Thanks,
Volker
-----------------------------------------------------------------------
Summary of changes:
source3/configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/configure.in b/source3/configure.in
index f04ddbe..545a565 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)
--
Samba Shared Repository