[cig-commits] r18604 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Mon Jun 13 10:59:02 PDT 2011


Author: brad
Date: 2011-06-13 10:59:02 -0700 (Mon, 13 Jun 2011)
New Revision: 18604

Modified:
   short/3D/PyLith/trunk/configure.ac
Log:
Added missing host_os detection.

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2011-06-13 17:49:49 UTC (rev 18603)
+++ short/3D/PyLith/trunk/configure.ac	2011-06-13 17:59:02 UTC (rev 18604)
@@ -46,6 +46,7 @@
 # Enable full-scale testing except on cygwin (need to rebase)
 if test "$enable_testing" = yes ; then
   enable_full_testing=yes
+  AC_CANONICAL_HOST
   case $host_os in
     cygwin*)
       enable_full_testing=no ;;



More information about the CIG-COMMITS mailing list