diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-24 21:51:42 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-24 21:51:42 +0200 |
commit | c4588ad22292dd4ed0aafd89ac93f6c653ffb16b (patch) | |
tree | ae5fb44dd1b9005a59c5d3ad7ffbad9bf1352fc7 /configure.in | |
parent | 39ee79d5b84390ae79d8cce9389c1541bcd68a25 (diff) |
configure.in: drop en_GB from configure.in now that it got deleted from po/
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 10f117eb8..8b212c1bc 100644 --- a/configure.in +++ b/configure.in @@ -206,7 +206,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 ku nb nl nn pl pt_BR pt ro ru sk sl sv th tl uk vi zn_CN zh_TW" +ALL_LINGUAS="bg bs ca cs cy da de dz el es eu fi fr gl hu it ja ko ku nb nl nn pl pt_BR pt ro ru sk sl sv th tl uk vi zn_CN zh_TW" AM_GNU_GETTEXT(external) if test x"$USE_NLS" = "xyes"; then AC_DEFINE(USE_NLS) |