aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2009-01-21 17:16:58 +0000
committerMax Horn2009-01-21 17:16:58 +0000
commit9a5ac6007f3734dee3038bfd02129d5fa44e5d33 (patch)
tree3deee1fc9a4295f644cb2e9965e3e2a94500401f
parentb50f5ebe9cfa4ede9500b98fbf769cff738dacee (diff)
downloadscummvm-rg350-9a5ac6007f3734dee3038bfd02129d5fa44e5d33.tar.gz
scummvm-rg350-9a5ac6007f3734dee3038bfd02129d5fa44e5d33.tar.bz2
scummvm-rg350-9a5ac6007f3734dee3038bfd02129d5fa44e5d33.zip
configure: changed 'Running on x86' to 'Compiling for x86'
svn-id: r35983
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index eb15db1acb..2691303c6d 100755
--- a/configure
+++ b/configure
@@ -1036,7 +1036,7 @@ test $TMP -eq 0 || exit 1 # check exit code of subshell
#
# Check whether we can use x86 asm routines
#
-echo_n "Running on x86... "
+echo_n "Compiling for x86... "
case $_host_cpu in
i386|i486|i586|i686)
_have_x86=yes