From 14387f52a469466ebf423a0a8681f5fbc3236eec Mon Sep 17 00:00:00 2001 From: arvidn Date: Tue, 2 Feb 2016 19:13:43 -0500 Subject: [PATCH] forward port ssiloti's python binding configure script fix from RC_1_0 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 6d65f6416..efa1943fc 100644 --- a/configure.ac +++ b/configure.ac @@ -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])