From e4f511bbf559c81fdd58073232d9b664c3a5ddf2 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 24 Aug 2019 16:37:50 +0200 Subject: Require Python 2.3 (2.0 is no longer sufficient). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b0305da8..7a8e8a58 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ dnl python is optional # to disable python detection and continue without building/installing # fetchmail.conf -- be sure to check README.packaging, too! # -AM_PATH_PYTHON(2.0,,AC_MSG_WARN([Disabling fetchmailconf: python 2.0 or greater not found])) +AM_PATH_PYTHON(2.3,,AC_MSG_WARN([Disabling fetchmailconf: python 2.3 or greater not found])) AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) AC_USE_SYSTEM_EXTENSIONS -- cgit v1.2.3