[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4892-g9ffb1e6

Volker Lendecke vlendec at samba.org
Fri Jan 30 13:45:10 GMT 2009


The branch, v3-3-test has been updated
       via  9ffb1e6f0ded2647efe567912873a1a63e2ffed1 (commit)
      from  0cc588ac53316299d2e1ff7d61947fd864d412f9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 9ffb1e6f0ded2647efe567912873a1a63e2ffed1
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Oct 2 02:17:04 2008 +0200

    Fix bug 5798: "CFLAGS info lost in configure"
    
    picked from 9097a67de
    
    Volker

-----------------------------------------------------------------------

Summary of changes:
 source/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index f9f882e..c518921 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -128,7 +128,7 @@ fi
 if test "x$debug" = "xyes" ; then
 	CFLAGS="${CFLAGS} -g"
 else
-	CFLAGS="-O"
+	CFLAGS="${CFLAGS} -O"
 fi
 
 CFLAGS="${CFLAGS} -D_SAMBA_BUILD_=3"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list