diff options
author | Yang Tse <yangsita@gmail.com> | 2007-10-19 12:15:00 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-10-19 12:15:00 +0000 |
commit | d0fe681a28edab36ca47e96122958017305427f3 (patch) | |
tree | 8cf8d573a51b5310d09c8fb481e46f052b6f7fc1 /ares | |
parent | 9a70a6d0c0d1a23dd6c3d286a8fe4359c179e835 (diff) | |
download | curl-d0fe681a28edab36ca47e96122958017305427f3.tar.gz |
Fix message shown when detecting icc version
Diffstat (limited to 'ares')
-rw-r--r-- | ares/configure.ac | 1 |
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` |