summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-06 14:04:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:38 -0500
commitff4e8321303c4ffbd47b762730c3b5f591554654 (patch)
tree887c2bed650d7b2d863892a80899dcf577cf5ef8 /source4/lib/replace
parentf7005d48d22e8833897a4ebbad237996860a6cba (diff)
downloadsamba-ff4e8321303c4ffbd47b762730c3b5f591554654.tar.gz
samba-ff4e8321303c4ffbd47b762730c3b5f591554654.tar.bz2
samba-ff4e8321303c4ffbd47b762730c3b5f591554654.zip
r19131: merge from samba3:
fix the logic for the AC_PROG_CC_C99 test metze (This used to be commit 5ccc020639b72a75edfc7f29775b298acf27216e)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/libreplace_cc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace_cc.m4 b/source4/lib/replace/libreplace_cc.m4
index 73ce01700e..77bb5a0598 100644
--- a/source4/lib/replace/libreplace_cc.m4
+++ b/source4/lib/replace/libreplace_cc.m4
@@ -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