diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-11-19 12:39:14 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-11-19 12:39:14 +0000 |
commit | ebbff39ac0af7dbf76bab7b8e227559cb2d1edb6 (patch) | |
tree | cabea13de4d49ae220e45e5b89dd009fa20b9af8 /configure.ac | |
parent | e9788b54cc8baf3912cfaaa1ba09cee0efe620b8 (diff) | |
download | fetchmail-ebbff39ac0af7dbf76bab7b8e227559cb2d1edb6.tar.gz fetchmail-ebbff39ac0af7dbf76bab7b8e227559cb2d1edb6.tar.bz2 fetchmail-ebbff39ac0af7dbf76bab7b8e227559cb2d1edb6.zip |
Fix installation without Python. Sunil Shetye, reported by Peter Church.
svn path=/trunk/; revision=4466
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 85dc7b88..2c7bb7c2 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ AM_INIT_AUTOMAKE(1.5 foreign no-installinfo) dnl the : states that python is optional AM_PATH_PYTHON(2.0,,:) +AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) AC_PROG_AWK AC_PROG_CC |