]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo in configure output
authorMukund Sivaraman <muks@isc.org>
Fri, 7 Jul 2017 12:02:36 +0000 (17:32 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 7 Jul 2017 12:04:04 +0000 (17:34 +0530)
(cherry picked from commit 5f88472fd1241462524a85ae8590478c24591d8a)
(cherry picked from commit 5eceaccb005c98e738e877d9cc60eb064a642418)

configure.in

index 59740610f7bc5d2b042eed1a653280cb3eb2cfcf..bd5dd5d46c39ae71e4cd0cf04eb9ef0ae3411df5 100644 (file)
@@ -3853,7 +3853,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); }
                                ],