[patch #8309] ax_python_devel.m4 - add SYSLIBs to PYTHON_EXTRA_LIBS

anonymous <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.archive-maintainers
Message-ID <[email protected]>
URL:
  <http://savannah.gnu.org/patch/?8309>

                 Summary: ax_python_devel.m4 - add SYSLIBs to
PYTHON_EXTRA_LIBS
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: Fri 07 Feb 2014 09:11:16 PM UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: [email protected]
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

$ git diff .
diff --git a/config/ax_python_devel.m4 b/config/ax_python_devel.m4
index cf2163c..f431dd0 100644
--- a/config/ax_python_devel.m4
+++ b/config/ax_python_devel.m4
@@ -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('LIBS'))"`
+                print (conf('LIBS') + ' ' + conf('SYSLIBS'))"`
        fi
        AC_MSG_RESULT([$PYTHON_EXTRA_LIBS])
        AC_SUBST(PYTHON_EXTRA_LIBS)



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 07 Feb 2014 09:11:16 PM UTC  Name: ax_python_devel.m4  Size: 11kB  
By: None
Patched version attached
<http://savannah.gnu.org/patch/download.php?file_id=30482>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8309>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.