summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-09-06 03:16:17 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-09-06 03:16:17 +0000
commit730715228a2e4ab9c1d1ef21ace956c73d6c81f5 (patch)
treeba966d5e24ea1c79e132171a08f5c60f0600671f
parente151a2f153d04af67b18a0cb069ae75ee0274d39 (diff)
downloadmetacity-730715228a2e4ab9c1d1ef21ace956c73d6c81f5.tar.gz
put ro back in ALL_LINGUAS
2002-09-05 Havoc Pennington <hp@pobox.com> * configure.in: put ro back in ALL_LINGUAS
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 49a197dd..061d5cc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-05 Havoc Pennington <hp@pobox.com>
+
+ * configure.in: put ro back in ALL_LINGUAS
+
2002-09-05 Havoc Pennington <hp@redhat.com>
* configure.in (ALL_LINGUAS): remove 'ro' from ALL_LINGUAS, it
diff --git a/configure.in b/configure.in
index 6ef2ab51..a9068734 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 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 ro ru sk sv tr uk vi zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
## here we get the flags we'll actually use