From: Pawel Pekala Date: Fri, 13 Dec 2013 19:58:41 +0000 (+0100) Subject: Fix python check for systems with dlopen(3) in libc (BSD family) X-Git-Tag: 3.9.3~3 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=2d5d2e947f4bfc69d7f55aece186a4fa527b8367 Fix python check for systems with dlopen(3) in libc (BSD family) --- diff --git a/configure.ac b/configure.ac index d957f8034..4b7870419 100644 --- 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(