gtkmm r1022 - trunk



Author: murrayc
Date: Mon Aug  4 12:05:33 2008
New Revision: 1022
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1022&view=rev

Log:
2008-08-04  RÃmi Cardona  <remi gentoo org>

* configure.in: Call AC_PROG_CXX earlier. This is now 
necessary with libtool 2.2 because it previously checked 
implicitly.
Bug #538226

Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Aug  4 12:05:33 2008
@@ -76,6 +76,7 @@
 #########################################################################
 AC_PROG_CC
 AC_PROG_CPP
+AC_PROG_CXX
 AC_PROG_MAKE_SET
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
@@ -241,7 +242,6 @@
 #########################################################################
 #  C++ checks
 #########################################################################
-AC_PROG_CXX
 
 # Check for the SUN Forte compiler, and define GLIBMM_COMPILER_SUN_FORTE in the header.
 #GLIBMM_PROG_CXX_SUN



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]