[cig-commits] r8308 - cs/spatialdata-0.1/trunk

brad at geodynamics.org brad at geodynamics.org
Tue Nov 20 08:20:50 PST 2007


Author: brad
Date: 2007-11-20 08:20:49 -0800 (Tue, 20 Nov 2007)
New Revision: 8308

Modified:
   cs/spatialdata-0.1/trunk/configure.ac
Log:
Fixed typo in configure.ac in checking SCEC CVM-H files.

Modified: cs/spatialdata-0.1/trunk/configure.ac
===================================================================
--- cs/spatialdata-0.1/trunk/configure.ac	2007-11-20 03:41:53 UTC (rev 8307)
+++ cs/spatialdata-0.1/trunk/configure.ac	2007-11-20 16:20:49 UTC (rev 8308)
@@ -91,7 +91,7 @@
   ])
   AM_CONDITIONAL([ENABLE_SCEC_CVM_H], [test "$enable_scec_cvm_h" != no])
   if test "x$enable_scec_cvm_h" != "xno" ; then
-    AC_CHECK_FILE([$enable_scec_cvm_h/topo.vo] [], [
+    AC_CHECK_FILE([$enable_scec_cvm_h/topo.vo], [], [
       AC_MSG_ERROR([SCEC CVM-H data file topo.vo not found])])
     AC_CHECK_FILE([$enable_scec_cvm_h/moho.vo], [], [
       AC_MSG_ERROR([SCEC CVM-H data file moho.vo not found])])



More information about the cig-commits mailing list