[Commits] [SCM] claws branch, master, updated. 3.9.2-36-g2380a1e
colin at claws-mail.org
colin at claws-mail.org
Fri Jul 26 15:28:34 CEST 2013
The branch master of project "claws" (Claws Mail) has been updated
via 2380a1eeab0d8020afbdb16d2e2deb8bcc4690c1 (commit)
from e871b105f0cb37a7618c307ed25abcf699b2f7ff (commit)
- Log -----------------------------------------------------------------
commit 2380a1eeab0d8020afbdb16d2e2deb8bcc4690c1
Author: Colin Leroy <colin at colino.net>
Date: Fri Jul 26 15:28:22 2013 +0200
Fix python check resetting LIBS on win32
diff --git a/configure.ac b/configure.ac
index 23b0d20..5d493aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1198,10 +1198,10 @@ AM_PATH_PYTHON([2.5], [
fi
if test x"$HAVE_PYTHON" = xyes; then
+ _save_libs="$LIBS"
if test x"$platform_win32" = xno; then
# libpython.so
PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so"
- _save_libs="$LIBS"
LIBS="-ldl"
AC_MSG_CHECKING([whether to dlopen $PYTHON_SHARED_LIB works])
AC_RUN_IFELSE(
-----------------------------------------------------------------------
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