From 932fa71b36e6f9d98e20f515e9b3c33023289b14 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 17 Jan 2007 19:24:13 +0000 Subject: Add a few comments around Python detection. svn path=/branches/BRANCH_6-3/; revision=5018 --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c8b43fb9..f12320a9 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,11 @@ dnl autobuild support, see ) dnl python is optional +# +# you can pass PYTHON=: in environment or on the command line +# 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_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) -- cgit v1.2.3