Ticket #10118: 0001-configure-fix-error-message.patch

File 0001-configure-fix-error-message.patch, 741 bytes (added by idefix, 11 years ago)

[PATCH] configure: fix error message

  • configure

    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  
    692692    if [ -z "$targetArchs" ]; then
    693693        if [ $HOST_PLATFORM != haiku_host ]; then
    694694            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" \
    696696                "host-only build (--host-only)." >&2
    697697            exit 1
    698698        fi