]> Pileus Git - ~andy/fetchmail/commitdiff
Add a few comments around Python detection.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 17 Jan 2007 19:24:13 +0000 (19:24 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 17 Jan 2007 19:24:13 +0000 (19:24 -0000)
svn path=/branches/BRANCH_6-3/; revision=5018

configure.ac

index c8b43fb92e358fc7f40da6e1c691c4b0546b459b..f12320a9c72fee2e31dd11c01c2f3797ccce0950 100644 (file)
@@ -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" != :])