From 78e64b850ed72fcd097e70e73424bb1de1031eba Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 21 Nov 2005 09:54:05 +0000 Subject: Revise without-python check to print a readable warning. Sunil Shetye. svn path=/trunk/; revision=4468 --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.3