summaryrefslogtreecommitdiff
path: root/config_office
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-27 14:22:33 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-27 14:22:33 +0000
commit9bd32b8513c62e5398701cd807eac9249c68e0c4 (patch)
treec5e257886ba24ef62148c3d6cead9b12f8b47c4f /config_office
parent5f6a6b290e4a14641d29dc07a369aae9d8b3cd9d (diff)
INTEGRATION: CWS withlang (1.55.4); FILE MERGED
2004/10/23 19:18:26 pjanik 1.55.4.1: #i31784#: simplify handling of languages. Change syntax of --with-lang.
Diffstat (limited to 'config_office')
-rwxr-xr-xconfig_office/configure12
1 files changed, 4 insertions, 8 deletions
diff --git a/config_office/configure b/config_office/configure
index e639979ab317..ff115f434455 100755
--- a/config_office/configure
+++ b/config_office/configure
@@ -1091,11 +1091,11 @@ Optional Packages:
Usage: --with-local-solver=<absolute path to solver>
--with-lang Use this option to build OpenOffice.org with
- additional language support. US English is always
+ additional language support. English (US) is always
included by default. Separate multiple languages with
- commas. For all languages, use --with-lang=ALL.
+ space. For all languages, use --with-lang=ALL.
- Usage: --with-lang=SPAN,SWED,TURK
+ Usage: --with-lang="es sw tu cs sk"
--with-dict Use this option to build OpenOffice.org with
dictionary support. ALL dictionaries are always
@@ -12370,11 +12370,7 @@ else
fi
-if test -z "$with_lang"; then
- WITH_LANG=,ENUS,
-else
- WITH_LANG=","$with_lang","
-fi
+WITH_LANG="$with_lang"
if test -z "$with_dict"; then