autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: anonymous
Subject: [patch #8309] ax_python_devel.m4 - add SYSLIBs to PYTHON_EXTRA_LIBS
Date: Fri, 07 Feb 2014 21:11:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

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: address@hidden
             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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]