changeset 295:54cd1f6b2152 stable-0-6-53

default BOOST_PYTHON_LIB to boost_python; the test for exit symbol in that lib fails on my system and seems wrong
author Carl Byington <carl@five-ten-sg.com>
date Sun, 10 Jul 2011 16:51:33 -0700
parents e63d1d8f4e72
children 2066f13990a3
files m4/ax_boost_python.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ax_boost_python.m4	Sun Jul 10 16:05:05 2011 -0700
+++ b/m4/ax_boost_python.m4	Sun Jul 10 16:51:33 2011 -0700
@@ -77,6 +77,7 @@
 if test "$ac_cv_boost_python" = "yes"; then
   AC_DEFINE(HAVE_BOOST_PYTHON,,[define if the Boost::Python library is available])
   ax_python_lib=boost_python
+  BOOST_PYTHON_LIB=$ax_python_lib
   AC_ARG_WITH([boost-python],AS_HELP_STRING([--with-boost-python],[specify the boost python library or suffix to use]),
   [if test "x$with_boost_python" != "xno"; then
      ax_python_lib=$with_boost_python