diff options
author | Werner Koch <[email protected]> | 2020-02-14 12:15:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-02-14 12:16:01 +0000 |
commit | 2b8680aba9f1ab18c8acf7fb30ebf80440d1c3d5 (patch) | |
tree | 916c3bd46ad62f44e733ca182b1ad247524bb3fe /configure.ac | |
parent | qt: Add dummy context to make mixin happy (diff) | |
download | gpgme-2b8680aba9f1ab18c8acf7fb30ebf80440d1c3d5.tar.gz gpgme-2b8680aba9f1ab18c8acf7fb30ebf80440d1c3d5.zip |
python: Also detect python 3.9.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6b9a87b0..009fe5b5 100644 --- a/configure.ac +++ b/configure.ac @@ -425,7 +425,7 @@ if test "$found_py" = "1"; then if test "$found_py" = "1" -o "$found_py3" = "1"; then # Reset everything, so that we can look for another Python. m4_foreach([mym4pythonver], - [[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[all]], + [[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[3.9],[all]], [unset PYTHON unset PYTHON_VERSION unset PYTHON_CPPFLAGS |