diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-08-24 16:37:50 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-08-24 16:37:58 +0200 |
commit | e4f511bbf559c81fdd58073232d9b664c3a5ddf2 (patch) | |
tree | 26ebe39b76ca0c69bd57a591d04da7ab5bb68af4 /configure.ac | |
parent | 052b7839d35530b90d1471e50c5a53eb6137cfa3 (diff) | |
download | fetchmail-e4f511bbf559c81fdd58073232d9b664c3a5ddf2.tar.gz fetchmail-e4f511bbf559c81fdd58073232d9b664c3a5ddf2.tar.bz2 fetchmail-e4f511bbf559c81fdd58073232d9b664c3a5ddf2.zip |
Require Python 2.3 (2.0 is no longer sufficient).
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 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 |