org.guifications.gf2: 2795913769992153142d95cbc14fec96fae6b2b8
nosnilmot at guifications.org
nosnilmot at guifications.org
Thu Jan 3 12:55:07 CST 2008
-----------------------------------------------------------------
Revision: 2795913769992153142d95cbc14fec96fae6b2b8
Ancestor: 472d61e12551ff9f4bfd4996958a6bb05925f743
Author: nosnilmot at guifications.org
Date: 2008-01-03T18:53:31
Branch: org.guifications.gf2
Modified files:
configure.ac
ChangeLog:
We do not need (should not, at least) strict ISO Standard C (C99) compiler,
and if we insist on it using AC_PROG_CC_STDC instead of AC_PROG_CC we
actually end up with compile options added which force c99 mode and manages
to break compilation with GCC 4.3.0
See http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/multipledef/pidgin-guifications-2.14-2.fc7.log
for the failure, and http://www.redhat.com/archives/fedora-devel-list/2008-January/msg00128.html
for an explanation.
-----------------------------------------------------------------
This revision's diffstat output:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- configure.ac 3cc333affa21699c8f9f503e472690958fba88c6
+++ configure.ac 61421f4838c26ea37cbc26af1dd10be6a9ec82aa
@@ -61,7 +61,7 @@ CFLAGS_save="$CFLAGS"
# Look for the C compiler
#
CFLAGS_save="$CFLAGS"
-AC_PROG_CC_STDC
+AC_PROG_CC
CFLAGS="$CFLAGS_save"
AC_ARG_ENABLE(debug, [ --enable-debug compile with debugging support],,enable_debug=no)
More information about the Plugins-commits
mailing list