X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=9a32d9c8b6333db21c5dd8e134db3c0cc61fc11a;hp=8d16bd459864055451c679e4917e0229946f872e;hb=27fc65e14d56a92f2d6615c0a0c8ec2f45401193;hpb=294c866023d05162880b056fea5242d25cd9e865 diff --git a/configure.ac b/configure.ac index 8d16bd459..9a32d9c8b 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]))