[geos-commits] r2380 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Apr 17 05:56:11 EDT 2009


Author: strk
Date: 2009-04-17 05:56:10 -0400 (Fri, 17 Apr 2009)
New Revision: 2380

Modified:
   trunk/configure.in
Log:
Add debugging output of variables used by AC_LIBTOOL_COMPILER_OPTION. Surprisingly, the buildbots try to use a fortran compiler there

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2009-04-17 07:50:43 UTC (rev 2379)
+++ trunk/configure.in	2009-04-17 09:56:10 UTC (rev 2380)
@@ -108,6 +108,11 @@
 dnl - Append default C++ and C flags 
 dnl --------------------------------------------------------------------
 
+echo "NOTE ---- CXX=${CXX}"
+echo "NOTE ---- compiler=${compiler}"
+echo "NOTE ---- ac_compile=${ac_compiler}"
+echo "NOTE ---- lt_simple_compile_test_code=${lt_simple_compile_test_code}"
+
 # Set default CXXFLAGS and CFLAGS if not set by the user
 # -pedantic: ISO does not support long long
 # we add -Wno-long-long to avoid those messages



More information about the geos-commits mailing list