From cd49e2f6641aaa3a9185704ca2f14a1e0855c247 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Dec 2013 01:36:59 +0100 Subject: build-sys: build bus-driverd if kdbus support is enabled --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8d16bd4598..9a32d9c8b6 100644 --- a/configure.ac +++ b/configure.ac @@ -750,14 +750,6 @@ if test "x$enable_timedated" != "xno"; then 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])) -- cgit v1.2.3-54-g00ecf