svn commit: samba r23480 - in branches/SAMBA_3_0/source: .

jpeach at samba.org jpeach at samba.org
Thu Jun 14 04:00:37 GMT 2007


Author: jpeach
Date: 2007-06-14 04:00:35 +0000 (Thu, 14 Jun 2007)
New Revision: 23480

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

Log:
Fix DEVELOPER_CFLAGS quoting.

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2007-06-14 03:59:44 UTC (rev 23479)
+++ branches/SAMBA_3_0/source/configure.in	2007-06-14 04:00:35 UTC (rev 23480)
@@ -6488,7 +6488,7 @@
 dnl Merge in developer cflags from now on
 AC_SUBST(DEVELOPER_CFLAGS)
 if test x"$krb5_developer" = x"yes" -o x"$developer" = x"yes"; then
-    CFLAGS="${CFLAGS} $(DEVELOPER_CFLAGS)"
+    CFLAGS="${CFLAGS} \$(DEVELOPER_CFLAGS)"
 fi
 
 builddir=`pwd`



More information about the samba-cvs mailing list