[cig-commits] r13914 - short/3D/PyLith/branches/pylith-swig

brad at geodynamics.org brad at geodynamics.org
Wed Jan 21 21:20:40 PST 2009


Author: brad
Date: 2009-01-21 21:20:40 -0800 (Wed, 21 Jan 2009)
New Revision: 13914

Modified:
   short/3D/PyLith/branches/pylith-swig/configure.ac
Log:
Switched to SWIG.

Modified: short/3D/PyLith/branches/pylith-swig/configure.ac
===================================================================
--- short/3D/PyLith/branches/pylith-swig/configure.ac	2009-01-22 05:20:17 UTC (rev 13913)
+++ short/3D/PyLith/branches/pylith-swig/configure.ac	2009-01-22 05:20:40 UTC (rev 13914)
@@ -107,21 +107,8 @@
 # Check for Python modules and packages.
 CIT_PYTHON_EGG_SETUP
 
-# PYREX/PYREXEMBED
-AC_CHECK_PROG([have_pyrex],
-  [pyrexc],
-  [yes],
-  [no])
-if test "$have_pyrex" = "no"; then
-  AC_MSG_ERROR([Pyrex not found in current path.])
-fi
-AC_CHECK_PROG([have_pyrexembed],
-  [pyrexembed],
-  [yes],
-  [no])
-if test "$have_pyrexembed" = "no"; then
-  AC_MSG_ERROR([Pyrexembed not found in current path.])
-fi
+# SWIG
+AC_PROG_SWIG(1.3.33)
 
 # CPPUNIT
 if test "$enable_testing" = "yes" ; then



More information about the CIG-COMMITS mailing list