]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_GETADDRINFO): Check for gethostbyname
authorJim Meyering <jim@meyering.net>
Sat, 24 Sep 2005 10:44:30 +0000 (10:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Sep 2005 10:44:30 +0000 (10:44 +0000)
in the inet and nsl libraries.  Required on Solaris 5.7.

m4/getaddrinfo.m4

index ae200f9a0d3f0aa6bbbe5265eaa16ea0799065b1..e03504fa27b003f0d17aedc4ffd3cc8f85e107ad 100644 (file)
@@ -1,4 +1,4 @@
-# getaddrinfo.m4 serial 4
+# getaddrinfo.m4 serial 5
 dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -7,6 +7,7 @@ dnl with or without modifications, as long as this notice is preserved.
 AC_DEFUN([gl_GETADDRINFO],
 [
   AC_SEARCH_LIBS(getaddrinfo, nsl socket)
+  AC_SEARCH_LIBS(gethostbyname, [inet nsl])
   AC_REPLACE_FUNCS(getaddrinfo gai_strerror)
   gl_PREREQ_GETADDRINFO
 ])