[orca] Fix for bug 658834 - Use GDbus via gobject-introspection instead dbus-python



commit c3df7cceba5fbd6291c5abb4a14baecedf926201
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Thu May 10 15:29:35 2012 -0400

    Fix for bug 658834 - Use GDbus via gobject-introspection instead dbus-python
    
    Technically, this is the final change necessary rather than the only
    change. :)

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2804cf0..cbc8020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,6 @@ AM_PATH_PYTHON(2.7)
 # 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(dbus,,,[AC_MSG_ERROR(Could not find python module: dbus)])
 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(xdg,,,[AC_MSG_ERROR(Could not find python module: xdg)])



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