mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Fix message shown when detecting icc version
This commit is contained in:
parent
9a70a6d0c0
commit
d0fe681a28
@ -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`
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user