Bug 557603 – carbon check output misplaced
authorMatthias Clasen <mclasen@redhat.com>
Fri, 28 Nov 2008 20:17:15 +0000 (20:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 28 Nov 2008 20:17:15 +0000 (20:17 +0000)
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

svn path=/trunk/; revision=7703

ChangeLog
configure.in

index 782538a6967f5d6f286ca590619900a755f5d1b4..4f84849218ebf85740716bb122fd688a17b1773c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+
 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 559110 – Do not include libintl.h after glibintl.h
index 52b0935015eb7a6d501ca5c15ebe8eb0456867fc..5d4999eaab128779b43179a441adba06e413de57 100644 (file)
@@ -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])