Skip to content
Snippets Groups Projects
Commit d0fe681a authored by Yang Tse's avatar Yang Tse
Browse files

Fix message shown when detecting icc version

parent 9a70a6d0
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment