m4/ax_python_devel: Update to upstream
authorBen Widawsky <ben@bwidawsk.net>
Sun, 23 Jun 2013 23:12:51 +0000 (16:12 -0700)
committerBen Widawsky <ben@bwidawsk.net>
Sun, 23 Jun 2013 23:13:05 +0000 (16:13 -0700)
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
m4/ax_python_devel.m4

index c82ba9a..cf2163c 100644 (file)
@@ -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)