summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2006-02-15 03:16:52 +0000
committerDuraid Madina <duraid@octopus.com.au>2006-02-15 03:16:52 +0000
commit5954e4e674ae25c9f87a304891742087ff2d98b1 (patch)
treef2476a63c5b4de5e3a0d664226114eecd1a128c1
parent80a8a26d07966097b701794f805826226e694781 (diff)
downloadllvm-5954e4e674ae25c9f87a304891742087ff2d98b1.tar.gz
llvm-5954e4e674ae25c9f87a304891742087ff2d98b1.tar.bz2
llvm-5954e4e674ae25c9f87a304891742087ff2d98b1.tar.xz
zap
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26199 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xconfigure14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure b/configure
index 1460c2ed2c..8f0b2c45f6 100755
--- a/configure
+++ b/configure
@@ -24870,20 +24870,6 @@ case $CC in
;;
esac
-if test "$GCC" != "yes" && test "$ICC" != "yes"
-then
- { { echo "$as_me:$LINENO: error: gcc|icc required but not found" >&5
-echo "$as_me: error: gcc|icc required but not found" >&2;}
- { (exit 1); exit 1; }; }
-fi
-
-if test "$GXX" != "yes" && test "$IXX" != "yes"
-then
- { { echo "$as_me:$LINENO: error: g++|icc required but not found" >&5
-echo "$as_me: error: g++|icc required but not found" >&2;}
- { (exit 1); exit 1; }; }
-fi
-
if test "$GCC" = "yes"
then
gccmajor=`$CC --version | head -n 1 | sed 's/[^0-9]*\([0-9.]\).*/\1/'`