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

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:15:35 PST 2008


Author: luis
Date: 2008-12-09 18:15:34 -0800 (Tue, 09 Dec 2008)
New Revision: 13598

Modified:
   cs/cigma/trunk/config/deb_ax_python.m4
Log:
Add PYTHON_LIBS variable

Modified: cs/cigma/trunk/config/deb_ax_python.m4
===================================================================
--- cs/cigma/trunk/config/deb_ax_python.m4	2008-12-10 02:15:32 UTC (rev 13597)
+++ cs/cigma/trunk/config/deb_ax_python.m4	2008-12-10 02:15:34 UTC (rev 13598)
@@ -103,7 +103,9 @@
 
   if test "x$ax_python_lib" != xno; then
     PYTHON_LIB=$ax_python_lib
+    PYTHON_LIBS=-l$ax_python_lib
     AC_SUBST(PYTHON_LIB)
+    AC_SUBST(PYTHON_LIBS)
   fi
 ])dnl
 # vim: syntax=config



More information about the CIG-COMMITS mailing list