* configure.in: Search for gethostbyname in libnsl.

* configure: Regenerated.
This commit is contained in:
Mark Kettenis 2003-08-30 00:06:22 +00:00
parent 5c68e5dbfb
commit c890192f03
3 changed files with 451 additions and 379 deletions

View file

@ -1,3 +1,8 @@
2003-08-30 Mark Kettenis <kettenis@gnu.org>
* configure.in: Search for gethostbyname in libnsl.
* configure: Regenerated.
2003-08-29 Mark Kettenis <kettenis@gnu.org>
* configure.in: Remove redundant AC_MSG_RESULT in check for

822
gdb/configure vendored

File diff suppressed because it is too large Load diff

View file

@ -264,6 +264,9 @@ AC_CHECK_LIB(m, main)
AC_CHECK_FUNC(wctype, [],
[AC_CHECK_LIB(w, wctype)])
# Some systems (e.g. Solaris) have `gethostbyname' in libnsl.
AC_SEARCH_LIBS(gethostbyname, nsl)
# Some systems (e.g. Solaris) have `socketpair' in libsocket.
AC_SEARCH_LIBS(socketpair, socket)