aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-07-24 09:35:44 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-07-24 09:35:44 +0100
commit8b89db92ea831eaee496184944fda38bcdd3560c (patch)
tree6e31a3f9fe8ef8ee273d1a17239177e896d02cb3 /tools/configure
parent151db52fd2160d99ede494ba7a56a95010a14cff (diff)
downloadxen-8b89db92ea831eaee496184944fda38bcdd3560c.tar.gz
xen-8b89db92ea831eaee496184944fda38bcdd3560c.tar.bz2
xen-8b89db92ea831eaee496184944fda38bcdd3560c.zip
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 <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure5
1 files changed, 0 insertions, 5 deletions
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'