projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c1af4
)
Sync from coreutils.
author
Jim Meyering
<jim@meyering.net>
Tue, 27 Sep 2005 08:39:44 +0000
(08:39 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 27 Sep 2005 08:39:44 +0000
(08:39 +0000)
(gl_GETADDRINFO): Check for gethostbyname
in the inet and nsl libraries. Required on Solaris 5.7.
m4/getaddrinfo.m4
patch
|
blob
|
history
diff --git
a/m4/getaddrinfo.m4
b/m4/getaddrinfo.m4
index ae200f9a0d3f0aa6bbbe5265eaa16ea0799065b1..60d6718ebb0a4edb95856eb112b02dab647e1669 100644
(file)
--- a/
m4/getaddrinfo.m4
+++ b/
m4/getaddrinfo.m4
@@
-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
])