Fix linking with Python 3.8
authorAlexander Meshcheryakov <Self-Perfection@users.noreply.github.com>
Sat, 16 Nov 2019 14:53:32 +0000 (17:53 +0300)
committerGitHub <noreply@github.com>
Sat, 16 Nov 2019 14:53:32 +0000 (17:53 +0300)
commit071af20ddcde3b58ddceacfd6eb95b6756af4323
tree7d5dc4dbaf6347b2df56e27550cfd4e8adecc85e
parentf35937bd13e42ba22632c439903b11a31588020c
Fix linking with Python 3.8

Since Python 3.8 --embed flag needs to be provided to python-config to embed python.
Reference: https://bugs.python.org/issue36721

This was partially addressed in #3170 but only fixed building and not linking with python.
configure.ac