[Libreoffice-commits] .: configure.in
Miklos Vajna
vmiklos at kemper.freedesktop.org
Sun Feb 19 05:35:11 PST 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eb7cb5b61c43ba7c78cb0a8d4aef3780df0151cd
Author: Miklos Vajna <vmiklos at 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])
More information about the Libreoffice-commits
mailing list