From 1950537b4898b80709e21a58014467cd382e78f0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 11 Sep 2024 01:30:32 +0200 Subject: [PATCH] configure.ac: also look for python3.11 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 56f1afd5..18097c38 100644 --- a/configure.ac +++ b/configure.ac @@ -1152,7 +1152,7 @@ if test "$CHECK_JPEG_YCBCR_SUBSAMPLING" = "yes" ; then [Pick up YCbCr subsampling info from the JPEG data stream to support files lacking the tag (default enabled).]) fi -for python in python3.16 python3.15 python3.14 python3.13 python3.12 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python3 python; do +for python in python3.16 python3.15 python3.14 python3.13 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python3 python; do AC_CHECK_PROGS(PYTHON_BIN, [$python]) if test "x$PYTHON_BIN" != "x"; then break