summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-04-19 23:38:37 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-04-20 02:45:04 +0200
commit3a2acd010a2de636909d0181d7bf26ee9aa61297 (patch)
tree9d997cf15228060feff4671da26577b0e067a856
parent74cd55d33aad622f31953dbaaa235aea290d18fa (diff)
downloadgpsd-3a2acd010a2de636909d0181d7bf26ee9aa61297.tar.gz
Remove python3.0 from the supported version.
A short test-build run into various syntax errors.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a44e2755..5983428c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ ACREQUIRE_BUGFIX
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])
+ [python2.6 python2.5 python2.4 python])
AM_PATH_PYTHON([2.4])
ac_python=yes
if test "x$PYTHON" = "x"; then