aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoconf/configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 3f51f2d103..1895039234 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -412,17 +412,6 @@ case $CC in
;;
esac
-if test "$GCC" != "yes" && test "$ICC" != "yes"
-then
- AC_MSG_ERROR([gcc|icc required but not found])
-fi
-
-dnl Ensure that compilation tools are GCC; we use GCC specific extensions
-if test "$GXX" != "yes" && test "$IXX" != "yes"
-then
- AC_MSG_ERROR([g++|icc required but not found])
-fi
-
dnl Verify that GCC is version 3.0 or higher
if test "$GCC" = "yes"
then