summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-06-19 19:28:05 +0200
committerSven Eden <yamakuzure@gmx.net>2017-06-19 19:28:05 +0200
commit82f3d47ca95b6a662c2a75e61e9e014a1e3866f7 (patch)
treef283dba5020bb265085aca662a15988242a82505 /configure.ac
parent6f24f43afbba9afd7964eb55988843caa92c79c5 (diff)
Prep v231.2: Remove --disable-kdbus option from configure.
Support for kdbus can no longer be enabled or disabled. It is simply there and will be used if needed and possible. So if you have kdbus available, elogind might use it.
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 1f7c3f426..c95feac27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -624,16 +624,6 @@ fi
AM_CONDITIONAL(ENABLE_POLKIT, [test "x$have_polkit" = "xyes"])
# ------------------------------------------------------------------------------
-have_kdbus=no
-AC_ARG_ENABLE(kdbus, AS_HELP_STRING([--disable-kdbus], [do not connect to kdbus by default]))
-if test "x$enable_kdbus" != "xno"; then
- AC_DEFINE(ENABLE_KDBUS, 1, [Define if kdbus is to be connected to by default])
- have_kdbus=yes
- M4_DEFINES="$M4_DEFINES -DENABLE_KDBUS"
-fi
-AM_CONDITIONAL(ENABLE_KDBUS, [test "$have_kdbus" = "yes"])
-
-# ------------------------------------------------------------------------------
AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h valgrind/valgrind.h])
# ------------------------------------------------------------------------------
@@ -791,7 +781,6 @@ AC_MSG_RESULT([
ACL: ${have_acl}
KillUserProcesses default: ${KILL_USER_PROCESSES}
polkit: ${have_polkit}
- kdbus: ${have_kdbus}
Python: ${have_python}
man pages: ${have_manpages}
test coverage: ${have_coverage}