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