diff --git a/configure.ac b/configure.ac index 2b94e1ee244becf1f426660eb68b5d485fa97e1f..7a6d65e0460918de4c542898c07101f658c1c55f 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