X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=18dc3fe36aca2f362f2b7aa04d89d7b68ccc0b6a;hp=2795d6cb6037e5fd0918a28ff516aaf2a98ee2aa;hb=dad503169b2665ecfd3f5bfb3c936897e44ecca7;hpb=f47cd184c0ff80e025428e9e385e61bda1ef3d69 diff --git a/configure.ac b/configure.ac index 2795d6cb6..18dc3fe36 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[33],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[36],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) @@ -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}