changeset 10816:9e73391183bc

Oops, bad typo.
author Bruno Haible <bruno@clisp.org>
date Sun, 16 Nov 2008 15:04:26 +0100
parents 9c30f79e8386
children 0d90a8966c3f
files m4/hostent.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/hostent.m4
+++ b/m4/hostent.m4
@@ -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