Control: tags -1 + upstream

On Sat, Jun 01, 2013 at 12:15:07AM +0200, David Suárez wrote:
> > configure:4288: checking python extra libraries
> > configure:4295: result: -L/usr/lib -lz -lpthread -ldl  -lutil
The code(from m4/ax_python_devel.m4):

PYTHON_EXTRA_LIBS=`$PYTHON -c "import distutils.sysconfig; \
         conf = distutils.sysconfig.get_config_var; \
         print (conf('LOCALMODLIBS') + ' ' + conf('LIBS'))"`

LOCALMODLIBS should not be used when linking an extension so this code is wrong.

-- 
WBR, wRAR

Attachment: signature.asc
Description: Digital signature

Reply via email to