summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@gnome.org>2013-04-19 19:02:57 +0200
committerAntoine Jacoutot <ajacoutot@gnome.org>2013-05-01 16:09:40 +0200
commitb257b7f778318ae2d7f00c60e025838fffcdc07a (patch)
tree3a0efadd7e71f6d6ce73f2f6e08b958243746571
parent8b0fbe27f0fbaa09dfcfd0485c4ca06982c0ffe9 (diff)
downloadgdm-b257b7f778318ae2d7f00c60e025838fffcdc07a.tar.gz
drop --with-incomplete-locales
This code has been moved to gnome-desktop. https://bugzilla.gnome.org/show_bug.cgi?id=698384
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 8ed048a0..14d5f5e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -340,19 +340,6 @@ else
fi
AC_SUBST(LANG_CONFIG_FILE)
-dnl
-dnl Whether or not to show locales in the language list that
-dnl lack translations
-dnl
-AC_ARG_WITH(incomplete-locales,
- AS_HELP_STRING([--with-incomplete-locales=yes|no],
- [Show incomplete locales in lang list]),,
- with_incomplete_locales=no)
-
-if test x$with_incomplete_locales != xno; then
- AC_DEFINE(WITH_INCOMPLETE_LOCALES, 1, [Show incomplete locales in lang list])
-fi
-
# stropts has been removed from glibc
# https://bugzilla.redhat.com/show_bug.cgi?id=436349
AC_CHECK_HEADERS(stropts.h)