X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=226480ea53dada52a0ded1c0225d17e63dbc69a5;hb=d2d4b038999d65826a2048a1a7829f9d5e762978;hp=fbd2ecb565586d8bec2e4902f02615dd0de87031;hpb=b62cfcea00862ccbf0e5e297f8a339f70987edef;p=elogind.git diff --git a/configure.ac b/configure.ac index fbd2ecb56..226480ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -310,6 +310,20 @@ if test "x$enable_hostnamed" != "xno"; then fi AM_CONDITIONAL(ENABLE_HOSTNAMED, [test "$have_hostnamed" = "yes"]) +have_timedated=no +AC_ARG_ENABLE(timedated, AS_HELP_STRING([--disable-timedated], [disable timedate daemon])) +if test "x$enable_timedated" != "xno"; then + have_timedated=yes +fi +AM_CONDITIONAL(ENABLE_TIMEDATED, [test "$have_timedated" = "yes"]) + +have_localed=no +AC_ARG_ENABLE(localed, AS_HELP_STRING([--disable-localed], [disable locale daemon])) +if test "x$enable_localed" != "xno"; then + have_localed=yes +fi +AM_CONDITIONAL(ENABLE_LOCALED, [test "$have_localed" = "yes"]) + have_gtk=no AC_ARG_ENABLE(gtk, AS_HELP_STRING([--disable-gtk], [disable GTK tools])) if test "x$enable_gtk" != "xno"; then @@ -572,6 +586,8 @@ AC_MSG_RESULT([ ACL: ${have_acl} binfmt: ${have_binfmt} hostnamed: ${have_hostnamed} + timedated: ${have_timedated} + localed: ${have_localed} plymouth: ${have_plymouth} prefix: ${prefix} root dir: ${with_rootdir}