From a88e72b98938a10edf4057b3ec73bc26295a585c Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 17 Jul 2011 11:47:16 +0200 Subject: [PATCH] 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2