From f007b4fef1f4788f96b490af4f2f6c99f5b68faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Thu, 12 Oct 2023 15:33:20 -0400 Subject: [PATCH] configure: properly install in Python 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PR #238 did migrate the code to Python 3 - The documentation mention the PYTHONPATH to Python 3. Signed-off-by: Hubert Figuière --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 93c445a..26e95bd 100644 --- a/configure.ac +++ b/configure.ac @@ -269,7 +269,7 @@ AC_SUBST(JWT_CFLAGS) AC_SUBST(JWT_LIBS) if test x${compile_python} = xyes; then - AM_PATH_PYTHON([2.6]) + AM_PATH_PYTHON([3.5]) if test "$bwin32" = true; then if test x$PYTHON_DIR != x; then # set pyexecdir to somewhere like /c/Python26/Lib/site-packages