[cig-commits] r13849 - cs/cigma/trunk/config

luis at geodynamics.org luis at geodynamics.org
Mon Jan 12 14:10:21 PST 2009


Author: luis
Date: 2009-01-12 14:10:20 -0800 (Mon, 12 Jan 2009)
New Revision: 13849

Modified:
   cs/cigma/trunk/config/cigma_python.m4
Log:
Report correct numpy version

Modified: cs/cigma/trunk/config/cigma_python.m4
===================================================================
--- cs/cigma/trunk/config/cigma_python.m4	2009-01-12 22:10:19 UTC (rev 13848)
+++ cs/cigma/trunk/config/cigma_python.m4	2009-01-12 22:10:20 UTC (rev 13849)
@@ -165,7 +165,7 @@
     PYTHON_NUMPY_VERSION=`$PYTHON -c "import numpy; print numpy.__version__" 2>/dev/null`
     if test $? -eq 0; then
         PYTHON_NUMPY=1
-        AC_MSG_RESULT([found ($VERSION)])
+        AC_MSG_RESULT([found ($PYTHON_NUMPY_VERSION)])
     else
         PYTHON_NUMPY=0
         PYTHON_NUMPY_VERSION=0



More information about the CIG-COMMITS mailing list