projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf200c
)
Oops, bad typo.
author
Bruno Haible
<bruno@clisp.org>
Sun, 16 Nov 2008 14:04:26 +0000
(15:04 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 16 Nov 2008 14:04:26 +0000
(15:04 +0100)
m4/hostent.m4
patch
|
blob
|
history
diff --git
a/m4/hostent.m4
b/m4/hostent.m4
index 1d386783a3688eaa9cfe85d336466d322d6d3671..4a96af7a53f877b60479b58a49f15079c98a99cd 100644
(file)
--- a/
m4/hostent.m4
+++ b/
m4/hostent.m4
@@
-18,7
+18,7
@@
AC_DEFUN([gl_HOSTENT],
gl_saved_libs="$LIBS"
AC_SEARCH_LIBS([gethostbyname], [nsl network net],
[if test "$ac_cv_search_gethostbyname" != "none required"; then
-
SERV
ENT_LIB="$ac_cv_search_gethostbyname"
+
HOST
ENT_LIB="$ac_cv_search_gethostbyname"
fi])
LIBS="$gl_saved_libs"
if test -z "$HOSTENT_LIB"; then