From: Fabian Groffen Date: Sun, 17 Jul 2011 09:47:16 +0000 (+0200) Subject: configure: require Python 2.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a88e72b98938a10edf4057b3ec73bc26295a585c;p=portage.git configure: require Python 2.7 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. --- diff --git a/configure.in b/configure.in index c839b96e5..5b909be8d 100644 --- a/configure.in +++ b/configure.in @@ -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)