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

brad at geodynamics.org brad at geodynamics.org
Wed Dec 5 16:18:20 PST 2012


Author: brad
Date: 2012-12-05 16:18:19 -0800 (Wed, 05 Dec 2012)
New Revision: 21107

Modified:
   short/3D/PyLith/pylith_installer/trunk/configure.ac
Log:
Only check Python version for h5py if using existing python.

Modified: short/3D/PyLith/pylith_installer/trunk/configure.ac
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-12-06 00:17:22 UTC (rev 21106)
+++ short/3D/PyLith/pylith_installer/trunk/configure.ac	2012-12-06 00:18:19 UTC (rev 21107)
@@ -526,7 +526,9 @@
        AC_MSG_ERROR([h5py requires HDF5.])
      fi
    fi
-  AM_PATH_PYTHON([2.6])
+  if test "$install_python" = no ; then
+    AM_PATH_PYTHON([2.6])
+  fi
 else
   if test "$with_h5py" = yes ; then
     CIT_PYTHON_MODULE([h5py],[2.0.0])



More information about the CIG-COMMITS mailing list