fix the ability to use targethost when defined.
authorNeil Williams <codehelp@debian.org>
Sat, 12 Jan 2013 13:23:00 +0000 (13:23 +0000)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 22 Jan 2014 16:08:19 +0000 (13:08 -0300)
Configure

index 73d6e21..1213a53 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -2881,7 +2881,7 @@ esac
 case "$targethost" in
     '') echo "Checking for cross-compile" >&4
     case "$usecrosscompile$multiarch" in
-       *$define*) echo "Skipping the rest of Configure as no targethost was defined when cross-compiling" >&4
+       *$define*) echo "Skipping the try tests in the rest of Configure as no targethost was defined when cross-compiling" >&4
          if [ -f Makefile ]; then
            echo " "
            echo "Now you must ensure config.sh, config.h and the generated headers exist and run a $make."
@@ -2890,13 +2890,13 @@ case "$targethost" in
          fi
        exit 0
        ;;
-    esac
-    ;;
      *) echo "No targethost for running compiler tests against defined, running locally" >&4
         run=''
         to=:
         from=:
         ;;
+    esac
+    ;;
     *) echo "Using targethost $targethost." >&4
        case "$src" in
        /*) run=$src/Cross/run