From 5cad7d6cd2683bcae49904195f34bdbd4131acb2 Mon Sep 17 00:00:00 2001 From: weissms Date: Sat, 3 Mar 2012 16:49:38 +0000 Subject: [PATCH] Typo fix. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44317 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index c37412e87f..a36865a636 100755 --- a/configure +++ b/configure @@ -10500,7 +10500,7 @@ fi fi - if test "x${crosstools}" != "yes" ; then + if test "x${crosstools}" != "xyes" ; then if test "$aros_kernel_objcopy" = ""; then as_fn_error $? "objcopy is required to build AROS. Please install and run configure again." "$LINENO" 5 fi diff --git a/configure.in b/configure.in index 35289aae8d..28fcec83a3 100644 --- a/configure.in +++ b/configure.in @@ -1657,7 +1657,7 @@ else # So we'll look for them, but not make them strictly required. AROS_TOOL_KERNEL(aros_kernel_objcopy,objcopy,$aros_kernel_objcopy) AROS_TOOL_KERNEL(aros_kernel_objdump,objdump,$aros_kernel_objdump) - if test "x${crosstools}" != "yes" ; then + if test "x${crosstools}" != "xyes" ; then AROS_REQUIRED(objcopy,$aros_kernel_objcopy) AROS_REQUIRED(objdump,$aros_kernel_objdump) fi -- 2.11.4.GIT