From 67b5196f4f8f8e9b9c205d2ac4b3d61ca01124c5 Mon Sep 17 00:00:00 2001
From: Jeroen Oortwijn <oortwijn@gmail.com>
Date: Sun, 20 Oct 2013 17:13:59 +0200
Subject: [PATCH] configure: fix error message
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index d023ab1..666a95b 100755
a
|
b
|
else
|
692 | 692 | if [ -z "$targetArchs" ]; then |
693 | 693 | if [ $HOST_PLATFORM != haiku_host ]; then |
694 | 694 | echo "Please specify the build tools to use or build (via" \ |
695 | | "--cross-tools-prefix or --build-cross-tools) or specify a" |
| 695 | "--cross-tools-prefix or --build-cross-tools) or specify a" \ |
696 | 696 | "host-only build (--host-only)." >&2 |
697 | 697 | exit 1 |
698 | 698 | fi |