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

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


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

Modified:
   cs/cigma/trunk/config/cigma_boost.m4
Log:
Include PYTHON_LIBS in LIBS flag when searching for Boost::Python library

Modified: cs/cigma/trunk/config/cigma_boost.m4
===================================================================
--- cs/cigma/trunk/config/cigma_boost.m4	2008-12-10 02:15:54 UTC (rev 13607)
+++ cs/cigma/trunk/config/cigma_boost.m4	2008-12-10 02:15:55 UTC (rev 13608)
@@ -38,7 +38,7 @@
                     ax_cv_search_save_CXXFLAGS=$CXXFLAGS
                     CXXFLAGS="$PYTHON_INCLUDES $BOOST_CPPFLAGS $CXXFLAGS"
                     ax_cv_search_save_LIBS=$LIBS
-                    LIBS="$BOOST_LDFLAGS $LIBS"
+                    LIBS="$BOOST_LDFLAGS $PYTHON_LIBS $LIBS"
                     for ax_current_lib in $ax_python_lib; do
                       ax_res=-l$ax_current_lib
                       LIBS="-l$ax_current_lib -l$PYTHON_LIB $ax_cv_search_save_LIBS"



More information about the CIG-COMMITS mailing list