configure: fix error message

Signed-off-by: Matt Madia <mattmadia@gmail.com>
This commit is contained in:
Jeroen Oortwijn 2013-10-20 17:13:59 +02:00 committed by Matt Madia
parent 80262a91e2
commit eaef83a97a

2
configure vendored
View File

@ -692,7 +692,7 @@ else
if [ -z "$targetArchs" ]; then
if [ $HOST_PLATFORM != haiku_host ]; then
echo "Please specify the build tools to use or build (via" \
"--cross-tools-prefix or --build-cross-tools) or specify a"
"--cross-tools-prefix or --build-cross-tools) or specify a" \
"host-only build (--host-only)." >&2
exit 1
fi