aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-10-19 12:15:00 +0000
committerYang Tse <yangsita@gmail.com>2007-10-19 12:15:00 +0000
commitd0fe681a28edab36ca47e96122958017305427f3 (patch)
tree8cf8d573a51b5310d09c8fb481e46f052b6f7fc1 /ares
parent9a70a6d0c0d1a23dd6c3d286a8fe4359c179e835 (diff)
Fix message shown when detecting icc version
Diffstat (limited to 'ares')
-rw-r--r--ares/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 0f1dd7ea6..42e4b5f81 100644
--- a/ares/configure.ac
+++ b/ares/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`