configure: require Python 2.7
authorFabian Groffen <grobian@gentoo.org>
Sun, 17 Jul 2011 09:47:16 +0000 (11:47 +0200)
committerFabian Groffen <grobian@gentoo.org>
Sun, 17 Jul 2011 09:47:16 +0000 (11:47 +0200)
Save us the hassle of checking if Python 2.6 was built with threads (for
io), by just requiring Python 2.7.  It is the only Python in Prefix
anyway.

configure.in

index c839b96e503879d3ab7597b207f23bfa5d6bc73f..5b909be8dfd75dfd5d719569813e52193b0f6ae2 100644 (file)
@@ -31,7 +31,7 @@ AC_PROG_LN_S
 AC_PROG_EGREP
 
 GENTOO_PATH_XCU_ID()
-GENTOO_PATH_PYTHON([2.6])
+GENTOO_PATH_PYTHON([2.7])
 
 AC_PATH_PROG(PORTAGE_RM, [rm], no)
 AC_PATH_PROG(PORTAGE_MV, [mv], no)