[gitg] Depend on python 3.2.3



commit 6335fc53056bbc132961cc28c203e708a3489299
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Oct 30 14:14:44 2012 +0100

    Depend on python 3.2.3

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 33f892d..0868193 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 AC_PATH_PROG(GZIP, gzip)
 
-AM_PATH_PYTHON
+AM_PATH_PYTHON([3.2.3])
 AM_PROG_VALAC([0.16.0])
 
 AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums)



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