diff options
author | Peter Foley <pefoley2@pefoley.com> | 2014-09-23 21:43:52 -0400 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-24 06:28:12 +0000 |
commit | ff6a6940aafa2164c5f53b1d4c09dfe995b562b8 (patch) | |
tree | 4c4df5174e54f47979801fa10e18958ab047b640 /solenv/gbuild/gbuild.help.txt | |
parent | 97bad49ffa297d25f0dfe19b7984f91e5e601945 (diff) |
fix a typo in gbuild help and improve a autoconf error message
Change-Id: Iaee342ae6d612e35d1d2dfa91edbc952d4f73b4e
Reviewed-on: https://gerrit.libreoffice.org/11616
Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
Tested-by: Matúš Kukan <matus.kukan@collabora.com>
Diffstat (limited to 'solenv/gbuild/gbuild.help.txt')
-rw-r--r-- | solenv/gbuild/gbuild.help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index 986c91065e51..de69c33fd94a 100644 --- a/solenv/gbuild/gbuild.help.txt +++ b/solenv/gbuild/gbuild.help.txt @@ -123,6 +123,6 @@ INTERACTIVE VARIABLES: gb_FULLDEPS Generate and use dependencies (on by default, handle with care). gb_COLOR Use ASCII color output. gb_TITLES Show progress in terminal title. - gb_Side Either "host" of "build" (default to "host"). + gb_Side Either "host" or "build" (default to "host"). determine if config_host.mk or config_build.mk is used to set the build environment. |