X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=8d16bd459864055451c679e4917e0229946f872e;hp=9a32d9c8b6333db21c5dd8e134db3c0cc61fc11a;hb=294c866023d05162880b056fea5242d25cd9e865;hpb=16ac401407959cbc62312e61c2dd76dbc3a0793b diff --git a/configure.ac b/configure.ac index 9a32d9c8b..8d16bd459 100644 --- a/configure.ac +++ b/configure.ac @@ -750,6 +750,14 @@ 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]))