[glib] Require Python 2.5 explicitly
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Require Python 2.5 explicitly
- Date: Sat, 6 Aug 2011 13:37:16 +0000 (UTC)
commit 2512341fa6b1842adc5b403ce9eb22b9f3478ee3
Author: Colin Walters <walters verbum org>
Date: Sat Aug 6 09:36:49 2011 -0400
Require Python 2.5 explicitly
Without someone to regularly test 2.4, and since the code in reality
requires 2.5, switch to that for now.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3dbe42a..ebcf6cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -365,7 +365,7 @@ fi
AC_SUBST(PERL_PATH)
# Need suitable python path for greport
-AM_PATH_PYTHON(2.4,,PYTHON="/usr/bin/env python2.4")
+AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5")
dnl ***********************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]