[pyatspi2/pyatspi-0-4] Add configure check for python-xlib



commit 55bc8eca2c5dab395d52f1d63926f89f2b6aedc6
Author: Mike Gorse <mgorse novell com>
Date:   Mon Nov 15 18:06:42 2010 -0500

        Add configure check for python-xlib

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b46d064..eebc78a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AM_CONDITIONAL(ENABLE_TESTING, test x$enable_tests == xyes)
 
 if test "$enable_tests" = "yes"; then
         AM_CHECK_PYMOD(dbus, , , [AC_MSG_ERROR(Could not find python module: dbus)])
+AM_CHECK_PYMOD(xlib,,,[AC_MSG_ERROR(Could not find python module: xlib)])
 
         PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0])
         AC_SUBST(DBUS_LIBS)



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