gtk+ r20156 - trunk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20156 - trunk
- Date: Sun, 25 May 2008 20:18:16 +0000 (UTC)
Author: matthiasc
Date: Sun May 25 20:18:16 2008
New Revision: 20156
URL: http://svn.gnome.org/viewvc/gtk+?rev=20156&view=rev
Log:
2008-05-25 Matthias Clasen <mclasen redhat com>
Bug 532497 â Configure problem when cross-compiling
* configure.in: Use AC_CHECK_TOOLS to find C++ compiler,
pointed out by Marko Lindqvist.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun May 25 20:18:16 2008
@@ -147,7 +147,7 @@
dnl Check for a working C++ compiler, but do not bail out, if none is found.
dnl We use this for an automated test for C++ header correctness.
dnl
-AC_CHECK_PROGS(CXX, [$CCC c++ g++ gcc CC cxx cc++ cl], gcc)
+AC_CHECK_TOOLS(CXX, [$CCC c++ g++ gcc CC cxx cc++ cl], gcc)
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]