forward port ssiloti's python binding configure script fix from RC_1_0

This commit is contained in:
arvidn 2016-02-02 19:13:43 -05:00
parent 0f747695b7
commit 14387f52a4
1 changed files with 2 additions and 0 deletions

View File

@ -482,6 +482,8 @@ AS_CASE(["$ARG_ENABLE_PYTHON_BINDING"],
AS_IF([test -z "$BOOST_PYTHON_LIB"],
[AC_MSG_ERROR([Boost.Python library not found. Try using --with-boost-python=lib.])])
BOOST_PYTHON_LIB="-l$BOOST_PYTHON_LIB"
],
["no"], [
AC_MSG_RESULT([no])