From: Brian Wellington Date: Mon, 16 Oct 2000 19:05:13 +0000 (+0000) Subject: typo X-Git-Tag: v9.0.1^4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aa5ecb8f7081d831bb267d45437e46c61a41f25;p=thirdparty%2Fbind9.git typo --- diff --git a/configure.in b/configure.in index b3d310618ed..5198f542793 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.187 $) +AC_REVISION($Revision: 1.188 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -954,7 +954,7 @@ AC_TRY_COMPILE([ ISC_LWRES_ENDNETENTINT="#undef ISC_LWRES_ENDNETENTINT"]) AC_SUBST(ISC_LWRES_ENDNETENTINT) -AC_MSG_CHECKING(for gethostbyadd(const void *, size_t, ...)) +AC_MSG_CHECKING(for gethostbyaddr(const void *, size_t, ...)) AC_TRY_COMPILE([ #include struct hostent *gethostbyaddr(const void *, size_t, int);],