svn commit: samba r2010 - branches/SAMBA_4_0/source/build/smb_build

metze at samba.org metze at samba.org
Tue Aug 24 12:01:25 GMT 2004


Author: metze
Date: 2004-08-24 12:01:24 +0000 (Tue, 24 Aug 2004)
New Revision: 2010

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2010&nolog=1

Log:
trigger the config.smb_build.dump output by --enable-*developer not --enable-debug

metze

Modified:
   branches/SAMBA_4_0/source/build/smb_build/core.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/core.m4
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/core.m4	2004-08-24 11:56:51 UTC (rev 2009)
+++ branches/SAMBA_4_0/source/build/smb_build/core.m4	2004-08-24 12:01:24 UTC (rev 2010)
@@ -83,7 +83,7 @@
 
 _SMB_ACEOF
 
-if test x"$debug" = x"yes";then
+if test x"$developer" = x"yes";then
 	echo "#line 1 \"build/smb_build/dump.pl\"" >> config.smb_build.pl
 	cat >> config.smb_build.pl < build/smb_build/dump.pl
 fi



More information about the samba-cvs mailing list