mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 14:19:59 -04:00
-ld4r
This commit is contained in:
parent
328b31fb20
commit
53e274dc39
2 changed files with 283 additions and 235 deletions
515
lib/bind/configure
vendored
515
lib/bind/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -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)
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue