[gedit] Bump python requirement to 2.5



commit 7f15a761dbef45cdb9154acf872d0bedb616e822
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Sat Nov 14 18:22:01 2009 +0100

    Bump python requirement to 2.5

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 80627d8..4098270 100644
--- a/configure.ac
+++ b/configure.ac
@@ -342,7 +342,7 @@ AC_ARG_ENABLE([python],
 AC_MSG_RESULT([$enable_python])
 
 if test "x$have_python" != "xno"; then
-	AM_PATH_PYTHON([2.3],[],[no])
+	AM_PATH_PYTHON([2.5],[],[no])
 	if test "x$PYTHON" = "x:"; then
 		have_python=no
 	fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]