autoconf: Stop lying to me.

llvm-svn: 121222
This commit is contained in:
Daniel Dunbar 2010-12-08 01:48:03 +00:00
parent 8005adf031
commit 00e7a8459b
1 changed files with 2 additions and 2 deletions

View File

@ -1156,10 +1156,10 @@ then
AC_MSG_ERROR([gcc|icc required but not found])
fi
dnl Ensure that compilation tools are GCC; we use GCC specific extensions
dnl Ensure that compilation tools are compatible with GCC extensions
if test "$GXX" != "yes" && test "$IXX" != "yes"
then
AC_MSG_ERROR([g++|icc required but not found])
AC_MSG_ERROR([g++|clang++|icc required but not found])
fi
dnl Verify that GCC is version 3.0 or higher