[Libreoffice-commits] .: configure.in
Miklos Vajna
vmiklos at kemper.freedesktop.org
Sun Feb 19 06:06:04 PST 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e34e95aef33262c7aad006883e02cb76e5bb9947
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Sun Feb 19 15:05:51 2012 +0100
configure: also, --with-lang=en-US should not trigger TRANSLATIONS build type
diff --git a/configure.in b/configure.in
index 00e1060..d9a75ca 100644
--- a/configure.in
+++ b/configure.in
@@ -10345,7 +10345,7 @@ WITH_LANG_LIST=`echo $WITH_LANG | sed "s/ALL/$ALL_LANGS/"`
# this variable is used only by bin/distro-install-* helper scripts
# they need a real list of languages
test -z "$WITH_LANG_LIST" && WITH_LANG_LIST="en-US"
-test -z "$WITH_LANG" || BUILD_TYPE="$BUILD_TYPE TRANSLATIONS"
+test -z "$WITH_LANG" -o "$WITH_LANG" = "en-US" || BUILD_TYPE="$BUILD_TYPE TRANSLATIONS"
AC_SUBST(ALL_LANGS)
AC_SUBST(WITH_LANG)
AC_SUBST(WITH_LANG_LIST)
More information about the Libreoffice-commits
mailing list