Fix typo in configure output

(cherry picked from commit 5f88472fd1)
This commit is contained in:
Mukund Sivaraman 2017-07-07 17:32:36 +05:30
parent 0359dfcf63
commit 5eceaccb00

View file

@ -3962,7 +3962,7 @@ case "$enable_atomic" in
case "$host" in
powerpc-ibm-aix*)
if test "X$GCC" = "Xyes"; then
AC_MSG_CHECKING([if asm("isc"); works])
AC_MSG_CHECKING([if asm("ics"); works])
AC_TRY_COMPILE(,[
main() { asm("ics"); exit(0); }
],