Index: tools/autotool.py
===================================================================
--- tools/autotool.py	(revision 591b989e1751b3ac580286c9c1bc10a9650d1fb9)
+++ tools/autotool.py	(revision 02667d9f8facbf1c4afd9bb4842fefd0a6c1aec9)
@@ -893,12 +893,4 @@
 			common['CC_AUTOGEN'] = common['CC']
 		
-		if (config['COMPILER'] == "icc"):
-			check_app([common['CC'], "-V"], "Intel C++ Compiler", "support is experimental")
-			check_gcc(None, "", common, PACKAGE_GCC)
-			check_binutils(None, binutils_prefix, common, PACKAGE_BINUTILS)
-			
-			common['CC'] = "icc"
-			common['CC_AUTOGEN'] = common['CC']
-		
 		if (config['COMPILER'] == "clang"):
 			check_binutils(path, prefix, common, PACKAGE_CROSS)
