From: Matthias Clasen Date: Fri, 28 Nov 2008 20:17:15 +0000 (+0000) Subject: Bug 557603 – carbon check output misplaced X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=181c615ca467d8c1725d45daf8e4a65335b8875c;p=dana%2Fcg-glib.git Bug 557603 – carbon check output misplaced 2008-11-28 Matthias Clasen 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 svn path=/trunk/; revision=7703 --- diff --git a/ChangeLog b/ChangeLog index 782538a6..4f848492 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-28 Matthias Clasen + + 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 + 2008-11-28 Matthias Clasen Bug 559110 – Do not include libintl.h after glibintl.h diff --git a/configure.in b/configure.in index 52b09350..5d4999ea 100644 --- a/configure.in +++ b/configure.in @@ -247,6 +247,7 @@ fi 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])