chiark / gitweb /
Remove localed check
authorAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 14:02:22 +0000 (16:02 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 14:02:22 +0000 (16:02 +0200)
configure.ac

index a8b475fa6e8829615fcde11d964fee105efc023e..39c8f801e6b3e580608b0639dd70ab5c88b7a3d7 100644 (file)
@@ -505,14 +505,6 @@ AC_ARG_WITH(system-gid-max,
 AC_DEFINE_UNQUOTED(SYSTEM_GID_MAX, [$SYSTEM_GID_MAX], [Maximum System GID])
 AC_SUBST(SYSTEM_GID_MAX)
 
-# ------------------------------------------------------------------------------
-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_coredump=no
 AC_ARG_ENABLE(coredump, AS_HELP_STRING([--disable-coredump], [disable coredump hook]))
@@ -887,7 +879,6 @@ AC_MSG_RESULT([
         SECCOMP:                 ${have_seccomp}
         SMACK:                   ${have_smack}
         ACL:                     ${have_acl}
-        localed:                 ${have_localed}
         networkd:                ${have_networkd}
         resolved:                ${have_resolved}
         default DNS servers:     ${DNS_SERVERS}