Add Python 3.8 compatibility
authorCharalampos Stratakis <cstratak@redhat.com>
Fri, 7 Jun 2019 14:43:56 +0000 (16:43 +0200)
committerCharalampos Stratakis <cstratak@redhat.com>
Fri, 7 Jun 2019 14:48:17 +0000 (16:48 +0200)
commit1d96b209bc19ba04346882266712f1a4f157d697
tree988c72de99f9d476fff0140dd49671afc553c0a8
parentf1ffbec7e4bf953ecd5888ff4443d759660393a8
Add Python 3.8 compatibility

From Python 3.8 and onwards C extensions are no longer
linked to libpython so in order to embed python within
an application the --embed flag needs to be added to
python3-config --libs. A fall back is provided as the
command will error out on previous python versions.

References: https://bugs.python.org/issue36721
configure.ac