summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffy <dubhthach@src.gnome.org>2003-03-12 14:28:44 +0000
committerPaul Duffy <dubhthach@src.gnome.org>2003-03-12 14:28:44 +0000
commit6b144cd2eb0e4e4a9118a9a446c3b41a8f554d21 (patch)
tree3bdd8aa575607446b262cc56d3f1ed081effd589
parent38412b44606e2a9a472463b02e083f445396dd16 (diff)
downloadmetacity-6b144cd2eb0e4e4a9118a9a446c3b41a8f554d21.tar.gz
Added "ga" to ALL_LINGUAS line in configure.in
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a8e097a..792c49ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-11 Paul Duffy <dubhthach@zion.nuigalway.ie>
+
+ * configure.in: Added "ga" to ALL_LINGUAS
+
2003-03-11 Rob Adams <robadams@ucla.edu>
* src/constraints.c (meta_window_constrain): include left frame
diff --git a/configure.in b/configure.in
index 88f6f324..11fc6212 100644
--- a/configure.in
+++ b/configure.in
@@ -116,7 +116,7 @@ AC_ARG_ENABLE(shape, [ --disable-shape disable metacity's use
## try definining HAVE_BACKTRACE
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
-ALL_LINGUAS="am az be bg ca cs da de el en_GB es fa fi fr gl he hu it ja ko lv mk mn ms nl no pl pt pt_BR ro ru sl sk sv tr uk vi zh_CN zh_TW"
+ALL_LINGUAS="am az be bg ca cs da de el en_GB es fa fi fr ga gl he hu it ja ko lv mk mn ms nl no pl pt pt_BR ro ru sl sk sv tr uk vi zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
## here we get the flags we'll actually use