X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=configure.ac;h=4b78704191e7cbc3c8b43e39bbe727893a085fca;hp=d957f8034b3789aec60ee10c274295574a757dcd;hb=2d5d2e947f4bfc69d7f55aece186a4fa527b8367;hpb=9eca66b607ddd8388f970db24f883549d0114f45 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(