]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r19131: merge from samba3:
authorStefan Metzmacher <metze@samba.org>
Fri, 6 Oct 2006 14:04:05 +0000 (14:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:38 +0000 (14:20 -0500)
fix the logic for the AC_PROG_CC_C99 test

metze
(This used to be commit 5ccc020639b72a75edfc7f29775b298acf27216e)

source4/lib/replace/libreplace_cc.m4

index 73ce01700e3acdccf1c1844f0c96cac64e53902a..77bb5a0598c842176dcdf8adc1e407fcf72138ac 100644 (file)
@@ -31,7 +31,7 @@ CFLAGS=$savedCFLAGS
 
 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