svn commit: samba r19131 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Fri Oct 6 14:04:05 GMT 2006


Author: metze
Date: 2006-10-06 14:04:05 +0000 (Fri, 06 Oct 2006)
New Revision: 19131

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

Log:
merge from samba3:

fix the logic for the AC_PROG_CC_C99 test

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4	2006-10-06 14:02:44 UTC (rev 19130)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4	2006-10-06 14:04:05 UTC (rev 19131)
@@ -31,7 +31,7 @@
 
 dnl don't try for C99 if we are using gcc, as otherwise we 
 dnl lose immediate structure constants
-if test x"$GCC" = x"no" ; then
+if test x"$GCC" != x"yes" ; then
 AC_PROG_CC_C99
 fi
 



More information about the samba-cvs mailing list