Bug 557603 – carbon check output misplaced

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
This commit is contained in:
Matthias Clasen 2008-11-28 20:17:15 +00:00 committed by Matthias Clasen
parent e4834e31c3
commit 181c615ca4
2 changed files with 8 additions and 0 deletions

View File

@ -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

View 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])