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

Karolin Seeger kseeger at samba.org
Wed May 13 07:27:43 GMT 2009


The branch, v3-2-test has been updated
       via  d3f39da433c22632007a9300d4dab4cda0dfd43e (commit)
      from  191e4c415e7008070110970ba51f3f82dc493a8b (commit)

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


- Log -----------------------------------------------------------------
commit d3f39da433c22632007a9300d4dab4cda0dfd43e
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
    (cherry picked from commit 9ffb1e6f0ded2647efe567912873a1a63e2ffed1)

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

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 257d2ad..dce60bc 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"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list