diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-11-21 09:54:05 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-11-21 09:54:05 +0000 |
commit | 78e64b850ed72fcd097e70e73424bb1de1031eba (patch) | |
tree | f899dd29ceaf07eefc4555a8cb0947aee6f9cd85 /configure.ac | |
parent | ce50e4b0cbf0563780df6cb6a31d45d76e7fd11c (diff) | |
download | fetchmail-78e64b850ed72fcd097e70e73424bb1de1031eba.tar.gz fetchmail-78e64b850ed72fcd097e70e73424bb1de1031eba.tar.bz2 fetchmail-78e64b850ed72fcd097e70e73424bb1de1031eba.zip |
Revise without-python check to print a readable warning. Sunil Shetye.
svn path=/trunk/; revision=4468
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 25718004..721029fc 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ dnl we may need a newer automake version - the oldest tested is 1.7 AC_PREREQ(2.59) AM_INIT_AUTOMAKE(1.5 foreign no-installinfo) -dnl the : states that python is optional -AM_PATH_PYTHON(2.0,,:) +dnl python is optional +AM_PATH_PYTHON(2.0,,AC_MSG_WARN([Disabling fetchmailconf: python 2.0 or greater not found])) AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) AC_PROG_AWK |