From 9a3fe991fdd744485f0a59743f421c785986963b Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Mon, 14 May 2012 16:22:39 +0100 Subject: autoconf: check for dev86 and iasl on x86* only Check for this tools on x86 systems only. Signed-off-by: Roger Pau Monne Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index be7feb68bd..4a37fe60f9 100755 --- a/tools/configure +++ b/tools/configure @@ -2622,10 +2622,15 @@ 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