glib r7703 - trunk



Author: matthiasc
Date: Fri Nov 28 20:17:15 2008
New Revision: 7703
URL: http://svn.gnome.org/viewvc/glib?rev=7703&view=rev

Log:
2008-11-28  Matthias Clasen  <mclasen redhat com>

        Bug 557603 â carbon check output misplaced

        * configure.in: Call AC_PROG_CPP early to avoid it messing up
        carbon check output. Fix proposed by Christian Persch




Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Nov 28 20:17:15 2008
@@ -247,6 +247,7 @@
 
 dnl Checks for programs.
 AC_PROG_CC
+AC_PROG_CPP
 
 dnl Check for a working C++ compiler, but do not bail out, if none is found.
 AC_CHECK_PROGS(CXX, [$CCC c++ g++ gcc CC cxx cc++ cl], [gcc])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]