summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-17 01:36:59 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-17 01:36:59 +0100
commitcd49e2f6641aaa3a9185704ca2f14a1e0855c247 (patch)
tree6291ebe70ffb8c1e229cf047880e5a8256eac6f3 /configure.ac
parenta4475f577bd0daf762d6c3b4e58bc484e0cb74af (diff)
build-sys: build bus-driverd if kdbus support is enabled
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 8d16bd459..9a32d9c8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -751,14 +751,6 @@ fi
AM_CONDITIONAL(ENABLE_TIMEDATED, [test "$have_timedated" = "yes"])
# ------------------------------------------------------------------------------
-have_bus_driverd=no
-AC_ARG_ENABLE(bus_driverd, AS_HELP_STRING([--disable-bus-driverd], [disable systemd bus-driver daemon]))
-if test "x$enable_bus_driverd" != "xno"; then
- have_bus_driverd=yes
-fi
-AM_CONDITIONAL(ENABLE_BUS_DRIVERD, [test "$have_bus_driverd" = "yes"])
-
-# ------------------------------------------------------------------------------
have_localed=no
AC_ARG_ENABLE(localed, AS_HELP_STRING([--disable-localed], [disable locale daemon]))
if test "x$enable_localed" != "xno"; then