mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
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:
parent
e4834e31c3
commit
181c615ca4
@ -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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user