author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 7 Aug 2016 11:10:14 +0000 (13:10 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 7 Aug 2016 13:05:10 +0000 (15:05 +0200) | ||
commit | 2ec3cd5055e70b29b013baee4b904bf690a0624b | |
tree | cdbd09fe35c0dcc8d69500d274443825d299ba48 | tree | snapshot |
parent | 4ad72002cbcabc020226ea1e47a7403872ce4954 | commit | diff |
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.
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 | diff | blob | history |