]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
build: improve python search pattern
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 22 Aug 2018 04:04:32 +0000 (06:04 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 25 Oct 2018 15:30:21 +0000 (17:30 +0200)
commit08416e45b689fd15e25612c9499149f78d191a31
treec2cf18b889349c3eeef3e4becd97428ef1c63abb
parent5f20d9ef3dc01df25a106ae98a0d76a486847e94
build: improve python search pattern

- try pythonN.N-config after pythonN-config
- use "python-config --ldflags" instead of --libs
- add Python 3.6 to explicitly searched versions
- if linking fails, try with "-lz" added

Signed-off-by: David Lamparter <equinox@diac24.net>
configure.ac