Mercurial > libpst
comparison m4/ax_boost_python.m4 @ 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 | 17d2d6a7587f |
children | cb67b335afcc |
comparison
equal
deleted
inserted
replaced
294:e63d1d8f4e72 | 295:54cd1f6b2152 |
---|---|
75 CPPFLAGS=$CPPFLAGS_SAVE | 75 CPPFLAGS=$CPPFLAGS_SAVE |
76 ]) | 76 ]) |
77 if test "$ac_cv_boost_python" = "yes"; then | 77 if test "$ac_cv_boost_python" = "yes"; then |
78 AC_DEFINE(HAVE_BOOST_PYTHON,,[define if the Boost::Python library is available]) | 78 AC_DEFINE(HAVE_BOOST_PYTHON,,[define if the Boost::Python library is available]) |
79 ax_python_lib=boost_python | 79 ax_python_lib=boost_python |
80 BOOST_PYTHON_LIB=$ax_python_lib | |
80 AC_ARG_WITH([boost-python],AS_HELP_STRING([--with-boost-python],[specify the boost python library or suffix to use]), | 81 AC_ARG_WITH([boost-python],AS_HELP_STRING([--with-boost-python],[specify the boost python library or suffix to use]), |
81 [if test "x$with_boost_python" != "xno"; then | 82 [if test "x$with_boost_python" != "xno"; then |
82 ax_python_lib=$with_boost_python | 83 ax_python_lib=$with_boost_python |
83 ax_boost_python_lib=boost_python-$with_boost_python | 84 ax_boost_python_lib=boost_python-$with_boost_python |
84 fi]) | 85 fi]) |