aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-03-16 15:41:18 +0100
committerReinhard Tartler <siretart@tauware.de>2010-03-16 15:41:18 +0100
commit32d9da650ea0e177d4967bb964e89215a6554ff2 (patch)
tree1a42dd1d44dd0a86ae9cf9f3bc639e51cea9861e
parent45c665b2326c78c6c4f8e56623acd8fb67950ee1 (diff)
downloadlcd4linux-32d9da650ea0e177d4967bb964e89215a6554ff2.tar.gz
don't include LOCALMODLIBS for linking. it was empty for python 2.5, and are harmful in python 2.6
-rw-r--r--ax_python_devel.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ax_python_devel.m4 b/ax_python_devel.m4
index 8dfa5e1..8365d2b 100644
--- a/ax_python_devel.m4
+++ b/ax_python_devel.m4
@@ -266,7 +266,7 @@ EOD`
if test -z "$PYTHON_EXTRA_LIBS"; then
PYTHON_EXTRA_LIBS=`$PYTHON -c "import distutils.sysconfig; \
conf = distutils.sysconfig.get_config_var; \
- print (conf('LOCALMODLIBS') + ' ' + conf('LIBS'))"`
+ print (conf('LIBS'))"`
fi
AC_MSG_RESULT([$PYTHON_EXTRA_LIBS])
AC_SUBST(PYTHON_EXTRA_LIBS)