mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04: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
|
if test "$ICC" = "yes"; then
|
||||||
dnl figure out icc version
|
dnl figure out icc version
|
||||||
|
AC_MSG_CHECKING([icc version])
|
||||||
iccver=`$CC -dumpversion`
|
iccver=`$CC -dumpversion`
|
||||||
iccnhi=`echo $iccver | cut -d . -f1`
|
iccnhi=`echo $iccver | cut -d . -f1`
|
||||||
iccnlo=`echo $iccver | cut -d . -f2`
|
iccnlo=`echo $iccver | cut -d . -f2`
|
||||||
|
@ -239,6 +239,7 @@ case $host in
|
|||||||
#
|
#
|
||||||
if test "$ICC" = "yes"; then
|
if test "$ICC" = "yes"; then
|
||||||
dnl figure out icc version
|
dnl figure out icc version
|
||||||
|
AC_MSG_CHECKING([icc version])
|
||||||
iccver=`$CC -dumpversion`
|
iccver=`$CC -dumpversion`
|
||||||
iccnhi=`echo $iccver | cut -d . -f1`
|
iccnhi=`echo $iccver | cut -d . -f1`
|
||||||
iccnlo=`echo $iccver | cut -d . -f2`
|
iccnlo=`echo $iccver | cut -d . -f2`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user