[geos-commits] r2399 - trunk
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Apr 21 07:14:02 EDT 2009
Author: strk
Date: 2009-04-21 07:14:01 -0400 (Tue, 21 Apr 2009)
New Revision: 2399
Modified:
trunk/configure.in
Log:
Configure for CXX, not C. Should fix unknown tag and link issues on telascience.
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2009-04-21 09:06:48 UTC (rev 2398)
+++ trunk/configure.in 2009-04-21 11:14:01 UTC (rev 2399)
@@ -111,10 +111,10 @@
dnl In order for AC_LIBTOOL_COMPILER_OPTION to use
dnl the C compiler we need the hack below.
dnl It is likely a bug in the libtool macro file to
-dnl require AC_LIBTOOL_LANG_C_CONFIG in *addition*
-dnl to AC_LANG(C) or AC_LANG_PUSH(C)/AC_LANG_POP()
+dnl require AC_LIBTOOL_LANG_CXX_CONFIG in *addition*
+dnl to AC_LANG(CXX) or AC_LANG_PUSH(CXX)/AC_LANG_POP()
dnl
-AC_LIBTOOL_LANG_C_CONFIG
+AC_LIBTOOL_LANG_CXX_CONFIG
echo "NOTE ---- CXX=${CXX}"
echo "NOTE ---- compiler=${compiler}"
More information about the geos-commits
mailing list