aboutsummaryrefslogtreecommitdiffstats
path: root/ax_python_devel.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ax_python_devel.m4')
-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)