2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00
This commit is contained in:
Mark Andrews
2001-04-11 03:19:55 +00:00
parent 328b31fb20
commit 53e274dc39
2 changed files with 283 additions and 235 deletions

515
lib/bind/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.35 $)
AC_REVISION($Revision: 1.36 $)
AC_INIT(resolv/herror.c)
AC_PREREQ(2.13)
@@ -675,6 +675,7 @@ case "$host" in
mips-sgi-irix*)
;;
*)
AC_CHECK_LIB(d4r, gethostbyname_r)
AC_CHECK_LIB(socket, socket)
AC_CHECK_LIB(nsl, inet_ntoa)
;;