summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-12-04 09:36:36 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-12-04 09:36:36 +0000
commitac3c3cacf32adf72dd8d46cbbccd8296e9fd62c2 (patch)
tree125ca1baddce8b6622c74eaf9512eb21aa0a05a7
parent9b6dbc4beb09e134a78c1068df296fb33e11cb99 (diff)
downloadgpsd-ac3c3cacf32adf72dd8d46cbbccd8296e9fd62c2.tar.gz
Require at least Python 2.4 for the build.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a801df0..4c7672c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ dnl AM_PATH_PYTHON provided with automake can be too old. Look
dnl for newer python first, and include 2.6 on the list.
m4_define([_AM_PYTHON_INTERPRETER_LIST],
[python3.0 python2.6 python2.5 python2.4 python])
-AM_PATH_PYTHON
+AM_PATH_PYTHON([2.4])
ac_python=yes
if test "x$PYTHON" = "x"; then
AC_PATH_PROG(PYTHON, python, none)