]> git.ipfire.org Git - people/ms/pakfire.git/commit
configure: Try to embed Python, but fall back to old behaviour
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Jun 2021 11:02:08 +0000 (11:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 11 Jun 2021 11:02:08 +0000 (11:02 +0000)
commita5180a26b0ff5b48385ed4699e9eddf35f27c9ca
treed88290737b1b5fd1a8760e0f8142d4db1fe6d24d
parent95946a55ff93c0d57101e285324026b9ff0d4a81
configure: Try to embed Python, but fall back to old behaviour

Python has introduced a new way to embed the library into a module which
is incompatible with older ways. Hence we check for -embed first and
fall back to the "regular" library if the new one could not be found.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac