From 0afad9560cdb1fd038043d66de82939697c54a38 Mon Sep 17 00:00:00 2001 From: Matthieu Dorier Date: Tue, 6 Dec 2016 08:28:22 -0600 Subject: [PATCH] added missing required libraries --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2b94e1e..7a6d65e 100755 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ if [ test "x${with_python}" != "x" -a "x${with_boost}" != "x"] ; then AM_CONDITIONAL(USE_PYTHON, true), AC_MSG_ERROR(Could not find Python and/or Boost-Python libraries)) PYTHON_CFLAGS="-I${with_python}/include -I${with_boost}/include" - PYTHON_LIBS="-L${with_boost}/lib -lboost_python -L${with_python}/lib/ -lpython2.7" + PYTHON_LIBS="-L${with_boost}/lib -lboost_python -L${with_python}/lib/ -lpython2.7 -ldl -lutil" AC_SUBST(PYTHON_LIBS) AC_SUBST(PYTHON_CFLAGS) else -- 2.26.2