[cig-commits] r14782 - mc/3D/CitcomS/trunk

leif at geodynamics.org leif at geodynamics.org
Tue Apr 21 12:33:59 PDT 2009


Author: leif
Date: 2009-04-21 12:33:59 -0700 (Tue, 21 Apr 2009)
New Revision: 14782

Modified:
   mc/3D/CitcomS/trunk/configure.ac
Log:
Issue45: Check for Python.h.


Modified: mc/3D/CitcomS/trunk/configure.ac
===================================================================
--- mc/3D/CitcomS/trunk/configure.ac	2009-04-21 19:31:52 UTC (rev 14781)
+++ mc/3D/CitcomS/trunk/configure.ac	2009-04-21 19:33:59 UTC (rev 14782)
@@ -59,6 +59,8 @@
     AM_PATH_PYTHON([2.3])
     CIT_PYTHON_SYSCONFIG
 
+    CIT_CHECK_PYTHON_HEADER
+
     # Check for Python modules and packages.
     export want_exchanger
     CIT_PYTHON_EGG_SETUP



More information about the CIG-COMMITS mailing list