python: use LIBPYTHON_LIBS too
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Aug 2016 11:10:14 +0000 (13:10 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Aug 2016 13:05:10 +0000 (15:05 +0200)
commit2ec3cd5055e70b29b013baee4b904bf690a0624b
treecdbd09fe35c0dcc8d69500d274443825d299ba48
parent4ad72002cbcabc020226ea1e47a7403872ce4954
python: use LIBPYTHON_LIBS too

python-config --ldflags returns -lpython (yeah I know)
autoconf prepends ldflags in its configuration tests
so conftest.c will never look for symbols in -lpython.

python-config --libs also returns -lpython, but this is appended.
configure.ac