svn commit: samba r10376 - in branches/SAMBA_4_0/source: .

tpot at samba.org tpot at samba.org
Wed Sep 21 04:59:02 GMT 2005


Author: tpot
Date: 2005-09-21 04:59:02 +0000 (Wed, 21 Sep 2005)
New Revision: 10376

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10376

Log:
Argh - not quoting dictionary/hash keys is a bit of a perlism.

Modified:
   branches/SAMBA_4_0/source/SConstruct


Changeset:
Modified: branches/SAMBA_4_0/source/SConstruct
===================================================================
--- branches/SAMBA_4_0/source/SConstruct	2005-09-21 03:34:45 UTC (rev 10375)
+++ branches/SAMBA_4_0/source/SConstruct	2005-09-21 04:59:02 UTC (rev 10376)
@@ -131,6 +131,6 @@
 	def create_config_h(env,target,source):
 		pass #FIXME
 	hostenv.Command('include/config.h',[],create_config_h)
-	hostenv.Append(CPPDEFINES = {HAVE_CONFIG_H: 1})
+	hostenv.Append(CPPDEFINES = {'HAVE_CONFIG_H': 1})
 else:
 	[hostenv.Append(CPPDEFINES = {p: defines[p]}) for p in defines]



More information about the samba-cvs mailing list