]> 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:26 +0000 (17:34 +0530)
(cherry picked from commit 5f88472fd1241462524a85ae8590478c24591d8a)
(cherry picked from commit 5eceaccb005c98e738e877d9cc60eb064a642418)
(cherry picked from commit a876a730a1c0c8ff6a1db7d8867fb8ee2429543f)

configure.in

index 599b5e0b9316d4c11bc5904ba1da20c522cb7f79..70ae07f02713b8c96e7f960d64212020a2c8402f 100644 (file)
@@ -3190,7 +3190,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); }
                                ],