From: Mukund Sivaraman Date: Fri, 7 Jul 2017 12:02:36 +0000 (+0530) Subject: Fix typo in configure output X-Git-Tag: v9.12.0a1~218 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f88472fd1241462524a85ae8590478c24591d8a;p=thirdparty%2Fbind9.git Fix typo in configure output --- diff --git a/configure.in b/configure.in index 1845db51627..7886208d6f7 100644 --- a/configure.in +++ b/configure.in @@ -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); } ],