From 8b89db92ea831eaee496184944fda38bcdd3560c Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 24 Jul 2012 09:35:44 +0100 Subject: autoconf: revert 25178:181478052ea2 This change only removed the variables used to supply the path to the tool but didn't remove the checks. Will be fixed properly in a subsequent patch. Signed-off-by: Ian Campbell Committed-by: Ian Campbell --- tools/configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 2ac7e5cf76..a96d772473 100755 --- a/tools/configure +++ b/tools/configure @@ -2622,15 +2622,10 @@ LDFLAGS="$PREPEND_LDFLAGS $LDFLAGS $APPEND_LDFLAGS" -case "$host_cpu" in -i[3456]86|x86_64) - ;; -esac - # Checks for programs. ac_ext=c ac_cpp='$CPP $CPPFLAGS' -- cgit v1.2.3