summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-08-11 10:15:01 +0100
committerSimon McVittie <smcv@debian.org>2016-08-11 10:15:01 +0100
commit167200cef749be40b3d3624cfb86a5928aeca522 (patch)
tree6fa3088bcbb0982acfe5cb179b4b85870c79bbd8 /configure.ac
parent1013581fef91c9be087d6264084cec34c2ca6e9a (diff)
Drop support for Python 2.6, along with several workarounds
It hasn't had security support for about 3 years. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7b0449d..fd8ae2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ AC_PROG_MKDIR_P
AC_PROG_AWK
AC_REQUIRE_AUX_FILE([tap-driver.sh])
-AM_PATH_PYTHON([2.6])
+AM_PATH_PYTHON([2.7])
AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])