[orca] Be sure we have Python 3 bindings for GObject Introspection



commit 9ca4cd07ee1eaf191972c38551c444b88cc0ad1d
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sat Jun 23 13:45:47 2012 -0400

    Be sure we have Python 3 bindings for GObject Introspection

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 71c972b..2c4cf13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,7 @@ AM_PATH_PYTHON(3.2.3)
 # Don't require the DISPLAY to be set - the gtk checking will fail 
 # if DISPLAY is not set, and we don't like that.
 
+AM_CHECK_PYMOD(gi,,,[AC_MSG_ERROR(Could not find python module: gi)])
 AM_CHECK_PYMOD(cairo,,,[AC_MSG_ERROR(Could not find python module: cairo)])
 AM_CHECK_PYMOD(json,,,[AC_MSG_ERROR(Could not find python module: json)])
 AM_CHECK_PYMOD(brlapi,,[brlapi_available="yes"],[brlapi_available="no"])



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