Fix message shown when detecting icc version
authorYang Tse <yangsita@gmail.com>
Fri, 19 Oct 2007 12:15:00 +0000 (12:15 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 19 Oct 2007 12:15:00 +0000 (12:15 +0000)
configure.ac

index 0f1dd7e..42e4b5f 100644 (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`