summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 37f8c5e)
raw | patch | inline | side by side (parent: 37f8c5e)
author | Max Kellermann <max@duempel.org> | |
Thu, 25 Dec 2008 02:01:50 +0000 (03:01 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 25 Dec 2008 02:01:50 +0000 (03:01 +0100) |
There was --enable-nls in configure.ac, and --disable-nls in
m4/nls.m4. Remove the first one, it wasn't working anyway.
m4/nls.m4. Remove the first one, it wasn't working anyway.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index c987fa252b5a707c0e5fb4d3a51207d2782b8afd..68eb652643f7c2738a2542ed893830fe94d70b03 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl i18n
-AC_MSG_CHECKING([national language support])
-AC_ARG_ENABLE([nls],
- AS_HELP_STRING([--enable-nls], [Enable national language support]),
- [enable_nls=$enableval],
- [enable_nls=$disable_mini])
-AC_MSG_RESULT([$enable_nls])
-
-if test "x$enable_nls" = xno; then
- nls=no
-fi
-
AM_NLS
nls=$USE_NLS