[gnome-keyring/wip/gdbus: 10/23] build: remove dbus checks



commit 3a8bb5c684a7d589991fd535e7e28bd0a163a1b8
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Nov 8 10:31:59 2014 -0800

    build: remove dbus checks
    
    We don't depend on libdbus anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622905

 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d9c4e92..85673c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,6 @@ GLIB_MAX=GLIB_VERSION_2_38
 GCK_REQ=3.3.4
 GCR_REQ=3.5.3
 
-DBUS_REQ=1.1.1
-
 GCRYPT_REQ=1.2.2
 GCRYPT_LIBVER=1
 
@@ -229,11 +227,6 @@ AC_DEFINE(GCR_API_SUBJECT_TO_CHANGE, 1, [Nod nod])
 # DBus Checks
 #
 
-PKG_CHECK_MODULES([DBUS], dbus-1 >= $DBUS_REQ)
-
-DAEMON_CFLAGS="$DAEMON_CFLAGS $DBUS_CFLAGS"
-DAEMON_LIBS="$DAEMON_LIBS $DBUS_LIBS"
-
 AC_ARG_WITH(dbus-services,
                  [AC_HELP_STRING([--with-dbus-services=<dir>],
                  [where D-BUS session services directory is])])


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