GXX_VERSION=MIPSpro
else
- dnl Intel's ICC C++ compiler?
- is_intel_icc="`($CXX -V 2>&1) | grep 'Intel(R) C++ Compiler'`"
+ dnl Intel's ICC C++ compiler? On Linux, it uses -V, on Windows
+ dnl it is -help
+ is_intel_icc1="`($CXX -V 2>&1) | grep 'Intel(R) C++ Compiler'`"
+ is_intel_icc2="`($CXX -help 2>&1) | grep 'Intel(R) C++ Compiler'`"
+ is_intel_icc="$is_intel_icc1$is_intel_icc2"
if test "x$is_intel_icc" != "x" ; then
AC_MSG_RESULT(C++ compiler is Intel ICC)
GXX_VERSION=intel_icc
#! /bin/sh
-# From configure.in Revision: 1.126 .
+# From configure.in Revision: 1.127 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.54.
#
GXX_VERSION=MIPSpro
else
- is_intel_icc="`($CXX -V 2>&1) | grep 'Intel(R) C++ Compiler'`"
+ is_intel_icc1="`($CXX -V 2>&1) | grep 'Intel(R) C++ Compiler'`"
+ is_intel_icc2="`($CXX -help 2>&1) | grep 'Intel(R) C++ Compiler'`"
+ is_intel_icc="$is_intel_icc1$is_intel_icc2"
if test "x$is_intel_icc" != "x" ; then
echo "$as_me:$LINENO: result: C++ compiler is Intel ICC" >&5
echo "${ECHO_T}C++ compiler is Intel ICC" >&6
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams