From 7a38b49048e140be64c90a571313703e80332c39 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 15 Feb 2005 03:30:35 +0000 Subject: Added -lpython$PYTHON_VERSION to the LIBS line. The way things were, the boost test would always fail. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9071c99a..858fea08 100644 --- a/configure.in +++ b/configure.in @@ -178,7 +178,7 @@ if [test x$python = xtrue ]; then [if boost_python is available], [boost_python_cpplib_avail], [boost_python_save_libs=$LIBS - LIBS="-lboost_python $LIBS" + LIBS="-lboost_python -lpython$PYTHON_VERSION $LIBS" AC_LANG_PUSH(C++) AC_TRY_LINK( [#include -- cgit v1.2.3