]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
typo in a warning message (found in rt #20280)
authorTatuya JINMEI 神明達哉 <jinmei@isc.org>
Tue, 15 Sep 2009 23:17:22 +0000 (23:17 +0000)
committerTatuya JINMEI 神明達哉 <jinmei@isc.org>
Tue, 15 Sep 2009 23:17:22 +0000 (23:17 +0000)
configure.in

index 458e56d8e4a62c81e6505a9b10ecfc5fc368d1b2..6a2741ff3e4141818f6eac09ba3c6bc95a183bea 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.478 $)
+AC_REVISION($Revision: 1.479 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -1341,7 +1341,7 @@ yes|all|minimal)
 Install perl or explicitly disable the feature by --disable-symtable.])
        fi
        if test "$use_libtool" = "yes"; then
-               AC_MSG_WARN([Internal symbol table does not work with libtool.  Disabling symtbol table.])
+               AC_MSG_WARN([Internal symbol table does not work with libtool.  Disabling symbol table.])
        else
                MKSYMTBL_PROGRAM="$PERL"
                if test $want_symtable = all; then