[Commits] [SCM] claws branch, master, updated. 3.9.2-132-g2d5d2e9

pawel at claws-mail.org pawel at claws-mail.org
Fri Dec 13 20:59:53 CET 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  2d5d2e947f4bfc69d7f55aece186a4fa527b8367 (commit)
      from  9eca66b607ddd8388f970db24f883549d0114f45 (commit)


- Log -----------------------------------------------------------------
commit 2d5d2e947f4bfc69d7f55aece186a4fa527b8367
Author: Pawel Pekala <c0rn at o2.pl>
Date:   Fri Dec 13 20:58:41 2013 +0100

    Fix python check for systems with dlopen(3) in libc (BSD family)

diff --git a/configure.ac b/configure.ac
index d957f80..4b78704 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(

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list