From 32d9da650ea0e177d4967bb964e89215a6554ff2 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 16 Mar 2010 15:41:18 +0100 Subject: don't include LOCALMODLIBS for linking. it was empty for python 2.5, and are harmful in python 2.6 --- ax_python_devel.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3