svn commit: samba r19130 - in branches/SAMBA_3_0/source/lib/replace: .

metze at samba.org metze at samba.org
Fri Oct 6 14:02:46 GMT 2006


Author: metze
Date: 2006-10-06 14:02:44 +0000 (Fri, 06 Oct 2006)
New Revision: 19130

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

Log:
fix the logic for the AC_PROG_CC_C99 check

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


Changeset:
Modified: branches/SAMBA_3_0/source/lib/replace/libreplace_cc.m4
===================================================================
--- branches/SAMBA_3_0/source/lib/replace/libreplace_cc.m4	2006-10-06 13:47:52 UTC (rev 19129)
+++ branches/SAMBA_3_0/source/lib/replace/libreplace_cc.m4	2006-10-06 14:02:44 UTC (rev 19130)
@@ -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