From 181c615ca467d8c1725d45daf8e4a65335b8875c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Nov 2008 20:17:15 +0000 Subject: [PATCH] =?utf8?q?Bug=20557603=20=E2=80=93=20carbon=20check=20outp?= =?utf8?q?ut=20misplaced?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- ChangeLog | 7 +++++++ configure.in | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 782538a..4f84849 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 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 * glib/glibintl.h: Define bind_textdomain_codeset in the DISABLE_NLS diff --git a/configure.in b/configure.in index 52b0935..5d4999e 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]) -- 2.7.4