changeset 30507:95eeddb97a83

Oops, bad typo.
author Bruno Haible <bruno@clisp.org>
date Sun, 16 Nov 2008 15:04:26 +0100
parents a0217724c4ed
children 3a5494507cf0
files m4/hostent.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/hostent.m4	Sun Nov 16 13:45:26 2008 +0100
+++ b/m4/hostent.m4	Sun Nov 16 15:04:26 2008 +0100
@@ -18,7 +18,7 @@
   gl_saved_libs="$LIBS"
   AC_SEARCH_LIBS([gethostbyname], [nsl network net],
     [if test "$ac_cv_search_gethostbyname" != "none required"; then
-       SERVENT_LIB="$ac_cv_search_gethostbyname"
+       HOSTENT_LIB="$ac_cv_search_gethostbyname"
      fi])
   LIBS="$gl_saved_libs"
   if test -z "$HOSTENT_LIB"; then