commit 2d5d2e947f4bfc69d7f55aece186a4fa527b8367
parent 9eca66b607ddd8388f970db24f883549d0114f45
Author: Pawel Pekala <c0rn@o2.pl>
Date: Fri, 13 Dec 2013 20:58:41 +0100
Fix python check for systems with dlopen(3) in libc (BSD family)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -1202,7 +1202,7 @@ AM_PATH_PYTHON([2.5], [
if test x"$platform_win32" = xno; then
# libpython.so
PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so"
- LIBS="-ldl"
+ LIBS="$lt_cv_dlopen_libs"
AC_MSG_CHECKING([whether to dlopen $PYTHON_SHARED_LIB works])
AC_RUN_IFELSE(
[AC_LANG_PROGRAM(