From 1a04ec9f33c29cbff9b9cf9a0181c8b80b24f5e7 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 6 Sep 2002 01:44:39 +0000 Subject: [PATCH] remove 'ro' from ALL_LINGUAS, it contained invalid XML and broke the 2002-09-05 Havoc Pennington * configure.in (ALL_LINGUAS): remove 'ro' from ALL_LINGUAS, it contained invalid XML and broke the build. No <> in the translations of gconf keys! --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6b567b910..49a197ddf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-05 Havoc Pennington + + * configure.in (ALL_LINGUAS): remove 'ro' from ALL_LINGUAS, it + contained invalid XML and broke the build. No <> in the + translations of gconf keys! + 2002-09-04 Marius Andreiana * configure.in: added 'ro' to ALL_LINGUAS diff --git a/configure.in b/configure.in index a90687345..6ef2ab510 100644 --- a/configure.in +++ b/configure.in @@ -87,7 +87,7 @@ changequote([,])dnl AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)]) -ALL_LINGUAS="az ca da de el es fr gl it ja ko lv ms no pl pt pt_BR ro ru sk sv tr uk vi zh_CN zh_TW" +ALL_LINGUAS="az ca da de el es fr gl it ja ko lv ms no pl pt pt_BR ru sk sv tr uk vi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT ## here we get the flags we'll actually use