summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-09-06 01:44:39 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-09-06 01:44:39 +0000
commit1a04ec9f33c29cbff9b9cf9a0181c8b80b24f5e7 (patch)
tree5b9ce2a4d94601f9bc3135df258005beec82ca54
parent3d47456f560bf04365cd372e51c184bee713f6b3 (diff)
downloadmetacity-1a04ec9f33c29cbff9b9cf9a0181c8b80b24f5e7.tar.gz
remove 'ro' from ALL_LINGUAS, it contained invalid XML and broke the
2002-09-05 Havoc Pennington <hp@redhat.com> * configure.in (ALL_LINGUAS): remove 'ro' from ALL_LINGUAS, it contained invalid XML and broke the build. No <> in the translations of gconf keys!
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b567b91..49a197dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-05 Havoc Pennington <hp@redhat.com>
+
+ * 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 <mandreiana@yahoo.com>
* configure.in: added 'ro' to ALL_LINGUAS
diff --git a/configure.in b/configure.in
index a9068734..6ef2ab51 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