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

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


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

Modified:
   cs/cigma/trunk/config/cigma_boost.m4
Log:
Use BOOST_LDFLAGS when linking test Boost.Python program in autoconf

Modified: cs/cigma/trunk/config/cigma_boost.m4
===================================================================
--- cs/cigma/trunk/config/cigma_boost.m4	2008-12-10 02:15:48 UTC (rev 13605)
+++ cs/cigma/trunk/config/cigma_boost.m4	2008-12-10 02:15:52 UTC (rev 13606)
@@ -38,6 +38,7 @@
                     ax_cv_search_save_CXXFLAGS=$CXXFLAGS
                     CXXFLAGS="$PYTHON_INCLUDES $BOOST_CPPFLAGS $CXXFLAGS"
                     ax_cv_search_save_LIBS=$LIBS
+                    LIBS="$BOOST_LDFLAGS $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