[pyatspi2] Add a configure check for pygobject >=2.26.0
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Add a configure check for pygobject >=2.26.0
- Date: Tue, 11 Jan 2011 22:04:20 +0000 (UTC)
commit 60c676af99f0b022cf4275792a0981f414b96362
Author: Mike Gorse <mgorse novell com>
Date: Tue Jan 11 16:06:57 2011 -0600
Add a configure check for pygobject >=2.26.0
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index aa0869d..7217c1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,6 +66,8 @@ if test "$enable_tests" = "yes"; then
AC_SUBST(GTK_CFLAGS)
fi
+ PKG_CHECK_MODULES(PYGOBJ, [pygobject-2.0 >= 2.26.0])
+
AM_CONDITIONAL(SET_GTK_MODULE, test -z "$GTK_MODULE_DIR")
AC_ARG_VAR([GTK_MODULE_DIR], [Where to find the atk-adaptor gtk module])
if test -z "$GTK_MODULE_DIR"; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]