X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=226480ea53dada52a0ded1c0225d17e63dbc69a5;hp=2795d6cb6037e5fd0918a28ff516aaf2a98ee2aa;hb=4cd1eaa54507a65286413363216ad407fa7c6e50;hpb=6705c2df468a6afb4f8f834822780add123065e2 diff --git a/configure.ac b/configure.ac index 2795d6cb6..226480ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -317,6 +317,13 @@ if test "x$enable_timedated" != "xno"; then 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 @@ -580,6 +587,7 @@ AC_MSG_RESULT([ binfmt: ${have_binfmt} hostnamed: ${have_hostnamed} timedated: ${have_timedated} + localed: ${have_localed} plymouth: ${have_plymouth} prefix: ${prefix} root dir: ${with_rootdir}