forward port ssiloti's python binding configure script fix from RC_1_0
This commit is contained in:
parent
0f747695b7
commit
14387f52a4
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue