[conduit] Depend on py-GIO >= 2.16.1 (earliest known good version)
- From: John Carr <johncarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [conduit] Depend on py-GIO >= 2.16.1 (earliest known good version)
- Date: Sat, 27 Jun 2009 15:23:53 +0000 (UTC)
commit 51d2bdf918e72ab60bcb77aa573b35bd762eee52
Author: John Carr <john carr unrouted co uk>
Date: Sat Jun 27 16:21:39 2009 +0100
Depend on py-GIO >= 2.16.1 (earliest known good version)
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fff4de5..06626ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AM_CHECK_PYMOD_VERSION([goocanvas], [pygoocanvas_version], [0.9.0], , AC_MSG_ERR
AM_CHECK_PYMOD_VERSION([dbus], [__version__], [0.80.0], , AC_MSG_ERROR([Python module dbus >= 0.80.0 required to run Conduit]))
if test $FILE_IMPL = "GIO" ; then
- AM_CHECK_PYMOD([gio], , , AC_MSG_ERROR([Python module gio required to run Conduit]))
+ AM_CHECK_PYMOD_VERSION([gio], [pygio_version], [2.16.1], , AC_MSG_ERROR([Python module gio >= 2.16.1 required to run Conduit]))
fi
################################################################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]