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

brad at geodynamics.org brad at geodynamics.org
Wed Dec 5 12:45:47 PST 2012


Author: brad
Date: 2012-12-05 12:45:46 -0800 (Wed, 05 Dec 2012)
New Revision: 21101

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:43:19 UTC (rev 21100)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-12-05 20:45:46 UTC (rev 21101)
@@ -639,8 +639,8 @@
 fi
 
 # PROJ
-if test -n "$existing_proj"; then
-  echo "WARNING: Existing version of PROJ4 installed. Found $existing_proj"
+if test -n "$existing_proj4"; then
+  echo "WARNING: Existing version of PROJ4 installed. Found $existing_proj4"
   if test "$force_install" != yes ; then
     existing_fail=yes
   fi



More information about the CIG-COMMITS mailing list