configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb7cb5b61c43ba7c78cb0a8d4aef3780df0151cd
Author: Miklos Vajna <vmik...@suse.cz>
Date:   Sun Feb 19 14:34:10 2012 +0100

    configure: no need to fetch the translations repo for --with-lang=en-US

diff --git a/configure.in b/configure.in
index 5d408ff..00e1060 100644
--- a/configure.in
+++ b/configure.in
@@ -10321,7 +10321,7 @@ AC_MSG_CHECKING([which languages to be built])
 ALL_LANGS="en-US $completelangiso"
 # check the configured localizations
 WITH_LANG="$with_lang"
-if test -z "$WITH_LANG"; then
+if test -z "$WITH_LANG" -o "$WITH_LANG" = "en-US"; then
     AC_MSG_RESULT([en-US])
 else
     AC_MSG_RESULT([$WITH_LANG])
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to