Fix message shown when detecting icc version

pull/1/head
Yang Tse 18 years ago
parent e2d80922fe
commit 746b3d7acc
  1. 1
      configure.ac

@ -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`

Loading…
Cancel
Save