]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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)
ares/configure.ac
configure.ac

index 0f1dd7ea6403c560d496bcfe3218e3aa3660463a..42e4b5f813b30b6bc2f045c4da84fc7ba66ac9fa 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`
index 274489699ec151f017ce7c7cb10ea84fbea87990..eef03855d369ec083016160cf64398b947c4ac93 100644 (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`