From 2b8680aba9f1ab18c8acf7fb30ebf80440d1c3d5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 14 Feb 2020 13:15:15 +0100 Subject: python: Also detect python 3.9. -- Signed-off-by: Werner Koch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3