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

brad at geodynamics.org brad at geodynamics.org
Wed Dec 5 12:48:40 PST 2012


Author: brad
Date: 2012-12-05 12:48:39 -0800 (Wed, 05 Dec 2012)
New Revision: 21103

Modified:
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Added checks for existing software.

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-12-05 20:48:08 UTC (rev 21102)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-12-05 20:48:39 UTC (rev 21103)
@@ -696,7 +696,7 @@
 
 if test "$existing_fail" = yes ; then
   echo ""
-  AC_MSG_ERROR(["Configure failed due to conflict with existing software. Remove existing software or reconfigure with --enable-force-install to override error message. Existing software may be configured incorrectly for use with PyLith or was built with incompatible compilers."])
+  AC_MSG_ERROR(["Configure failed due to conflict with existing software. Remove existing software or reconfigure with --enable-force-install to override error message. Existing software may be configured incorrectly for use with PyLith or may have been built with incompatible compilers."])
 fi
 
 



More information about the CIG-COMMITS mailing list