diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-01-17 19:24:13 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-01-17 19:24:13 +0000 |
commit | 932fa71b36e6f9d98e20f515e9b3c33023289b14 (patch) | |
tree | 0fc0bb55def66bb633ac8a99b4a3911199952bca | |
parent | 95c41cb86cdd753f1ed7fa0f51c90b94ebe1a1dd (diff) | |
download | fetchmail-932fa71b36e6f9d98e20f515e9b3c33023289b14.tar.gz fetchmail-932fa71b36e6f9d98e20f515e9b3c33023289b14.tar.bz2 fetchmail-932fa71b36e6f9d98e20f515e9b3c33023289b14.zip |
Add a few comments around Python detection.
svn path=/branches/BRANCH_6-3/; revision=5018
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
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 <http://josefsson.org/autobuild/> ) 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" != :]) |