[cig-commits] r18272 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Thu Apr 21 15:42:32 PDT 2011


Author: brad
Date: 2011-04-21 15:42:31 -0700 (Thu, 21 Apr 2011)
New Revision: 18272

Modified:
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
More fixes.

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-04-21 22:40:42 UTC (rev 18271)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2011-04-21 22:42:31 UTC (rev 18272)
@@ -290,7 +290,7 @@
 if test "$install_gcc" = yes ; then
   # Must have a C/C++ compiler to build gcc and run C++ configure checks.
   AC_PROG_CC
-  #AC_PROG_CXX
+  AC_PROG_CXX
 else
   # Must have a C++ compiler
   AC_PROG_CC



More information about the CIG-COMMITS mailing list