diff options
author | Michael Vogt <egon@bottom> | 2006-09-21 10:25:52 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-09-21 10:25:52 +0200 |
commit | b3b73d89b698cba8e91b0e6c0807afecc6191a98 (patch) | |
tree | 1802c9bcdfdbe868ed96113197783d8beb199be9 /configure.in | |
parent | 39699139701d03d62527223dcf230cae66171238 (diff) | |
parent | fe901d9eddff1daa68a34307782f79bb06a886a2 (diff) |
* merged with apt--mvo
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f0b0d6703..35d0ea5ee 100644 --- a/configure.in +++ b/configure.in @@ -192,7 +192,7 @@ ah_GCC3DEP dnl It used to be that the user could select translations and that could get dnl passed to the makefiles, but now that can only work if you use special dnl gettext approved makefiles, so this feature is unsupported by this. -ALL_LINGUAS="bg bs ca cs cy da de dz el en_GB es eu fi fr gl hu it ja ko nb nl nn pl pt_BR pt ro ru sk sl sv tl vi zn_CN zh_TW" +ALL_LINGUAS="bg bs ca cs cy da de dz el en_GB es eu fi fr gl hu it ja ko ku nb nl nn pl pt_BR pt ro ru sk sl sv tl vi zn_CN zh_TW" AM_GNU_GETTEXT(external) if test x"$USE_NLS" = "xyes"; then AC_DEFINE(USE_NLS) |