summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2013-06-23 16:12:51 -0700
committerBen Widawsky <ben@bwidawsk.net>2013-06-23 16:13:05 -0700
commitfc6621f5f96f64a3d5ec7b36c64c8d110e99217d (patch)
treeb36621d4c2ca685e9b07bf8aea86e64948f80f22 /m4
parentd2048819b9db8781c65399f28696f375448a03e6 (diff)
m4/ax_python_devel: Update to upstream
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_python_devel.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4
index c82ba9af7..cf2163c9b 100644
--- a/m4/ax_python_devel.m4
+++ b/m4/ax_python_devel.m4
@@ -67,7 +67,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 15
+#serial 16
AU_ALIAS([AC_PYTHON_DEVEL], [AX_PYTHON_DEVEL])
AC_DEFUN([AX_PYTHON_DEVEL],[
@@ -265,7 +265,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)