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

brad at geodynamics.org brad at geodynamics.org
Mon Dec 3 11:30:34 PST 2007


Author: brad
Date: 2007-12-03 11:30:34 -0800 (Mon, 03 Dec 2007)
New Revision: 8364

Modified:
   cs/spatialdata-0.1/trunk/configure.ac
Log:
Fixed bug in configure where SCEC CVM-H test was not invoked unless testing was enabled.

Modified: cs/spatialdata-0.1/trunk/configure.ac
===================================================================
--- cs/spatialdata-0.1/trunk/configure.ac	2007-12-03 07:12:06 UTC (rev 8363)
+++ cs/spatialdata-0.1/trunk/configure.ac	2007-12-03 19:30:34 UTC (rev 8364)
@@ -89,7 +89,6 @@
     [AC_MSG_RESULT(no)
      AC_MSG_ERROR([CppUnit library not found; try LDFLAGS="-L<CppUnit lib dir>"])
   ])
-  AM_CONDITIONAL([ENABLE_SCEC_CVM_H], [test "$enable_scec_cvm_h" != no])
   if test "x$enable_scec_cvm_h" != "xno" ; then
     AC_SUBST([SCECCVMH_DATADIR], ["$enable_scec_cvm_h"])
     AC_CHECK_FILE([$enable_scec_cvm_h/topo.vo], [], [
@@ -108,6 +107,7 @@
                [Define to test SCEC CVM-H.])
   fi
 fi
+AM_CONDITIONAL([ENABLE_SCEC_CVM_H], [test "$enable_scec_cvm_h" != no])
 
 # PYTHIA
 AM_CONDITIONAL([ENABLE_PYTHIA], [test "$enable_pythia" = yes])



More information about the cig-commits mailing list