[conduit] Require Python >= 2.5



commit b1984986b888704d9c7e079329ed806c77051a19
Author: John Stowers <john stowers gmail com>
Date:   Thu Sep 23 14:25:03 2010 +1200

    Require Python >= 2.5

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 714c219..748efa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ GNOME_DOC_INIT
 ################################################################################
 # Requirements
 ################################################################################
-AM_PATH_PYTHON(2.4)
+AM_PATH_PYTHON(2.5)
 
 ################################################################################
 # Browser Implementation



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