projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
e871b10
)
Fix python check resetting LIBS on win32
author
Colin Leroy
<colin@colino.net>
Fri, 26 Jul 2013 13:28:22 +0000
(15:28 +0200)
committer
Colin Leroy
<colin@colino.net>
Fri, 26 Jul 2013 13:28:22 +0000
(15:28 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 23b0d207b84b027262d5ea7a0d2c67f11c6b67ce..5d493aa2c0008d65348524109ed00e9461610e02 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1198,10
+1198,10
@@
AM_PATH_PYTHON([2.5], [
fi
if test x"$HAVE_PYTHON" = xyes; then
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"
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(
LIBS="-ldl"
AC_MSG_CHECKING([whether to dlopen $PYTHON_SHARED_LIB works])
AC_RUN_IFELSE(