[alacarte] Make this build against python 2.7 also
- From: Kjartan Maraas <kmaraas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [alacarte] Make this build against python 2.7 also
- Date: Fri, 20 Aug 2010 18:14:52 +0000 (UTC)
commit 75741abd538aaaf4c0a0973331ec90f28b2f3028
Author: Kjartan Maraas <kmaraas gnome org>
Date: Fri Aug 20 20:10:29 2010 +0200
Make this build against python 2.7 also
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 19d2a4c..0f654d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
AM_GLIB_GNU_GETTEXT
IT_PROG_INTLTOOL([0.40.0])
-AM_PATH_PYTHON_VERSION(2.6, 2.6.0, 2.5, 2.5.0, 2.4, 2.4.0)
+AM_PATH_PYTHON_VERSION(2.7, 2.7.0, 2.6, 2.6.0, 2.5, 2.5.0, 2.4, 2.4.0)
PKG_CHECK_MODULES(ALACARTE, libgnome-menu >= 2.27.92)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]