Fix message shown when detecting icc version

This commit is contained in:
Yang Tse 2007-10-19 12:15:00 +00:00
parent 9a70a6d0c0
commit d0fe681a28
2 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,7 @@ case $host in
#
if test "$ICC" = "yes"; then
dnl figure out icc version
AC_MSG_CHECKING([icc version])
iccver=`$CC -dumpversion`
iccnhi=`echo $iccver | cut -d . -f1`
iccnlo=`echo $iccver | cut -d . -f2`

View File

@ -239,6 +239,7 @@ case $host in
#
if test "$ICC" = "yes"; then
dnl figure out icc version
AC_MSG_CHECKING([icc version])
iccver=`$CC -dumpversion`
iccnhi=`echo $iccver | cut -d . -f1`
iccnlo=`echo $iccver | cut -d . -f2`