summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-17 08:46:02 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:22:36 +0100
commit6dc0e0960950dfab94babbaced9626225f3f230f (patch)
treeac192cb15fc25f01ffb407c31e46b28ed3d7a481 /configure.ac
parent98d5c9dbd0d47bc1c91dd54514d316cc1c590b05 (diff)
Remove dbus checks, it isn't used anywhere.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 24f4d0dd6..7698bda8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -350,16 +350,6 @@ AC_CHECK_DECLS([IFLA_INET6_ADDR_GEN_MODE,
# This makes sure pkg.m4 is available.
m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config])
-# ------------------------------------------------------------------------------
-have_dbus=no
-AC_ARG_ENABLE(dbus, AS_HELP_STRING([--disable-dbus], [disable usage of dbus-1 in tests]))
-AS_IF([test "x$enable_dbus" != "xno"], [
- PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.3.2],
- [AC_DEFINE(HAVE_DBUS, 1, [Define if dbus-1 library is available]) have_dbus=yes],
- [have_dbus=no])
- AS_IF([test "x$have_dbus" = "xno" -a "x$enable_dbus" = "xyes"],
- [AC_MSG_ERROR([*** dbus-1 support requested but libraries not found])])])
-AM_CONDITIONAL(HAVE_DBUS, [test "$have_dbus" = "yes"])
# ------------------------------------------------------------------------------
PKG_CHECK_MODULES(UDEV, [libudev])
@@ -769,7 +759,6 @@ AC_MSG_RESULT([
ACL: ${have_acl}
polkit: ${have_polkit}
blkid: ${have_blkid}
- dbus: ${have_dbus}
kdbus: ${have_kdbus}
Python: ${have_python}
man pages: ${have_manpages}