From: Pekka Riikonen Date: Thu, 12 Apr 2001 08:40:44 +0000 (+0000) Subject: updates X-Git-Tag: SILC.0.1~26 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=51bdf6b862f044685286ca53d74ec36ffdde96b5;p=silc.git updates --- diff --git a/configure.in.pre b/configure.in.pre index ec985142..eb215f3c 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -97,7 +97,7 @@ AC_DEFINE_UNQUOTED(SILC_SIZEOF_VOID_P, $ac_cv_sizeof_void_p) AC_CHECK_FUNCS(initscr) AC_CHECK_LIB(ncurses, initscr, LIBS="$LIBS -lncurses") AC_CHECK_FUNCS(gethostbyname) -AC_CHECK_LIB(nsl, gethostbyname, LIBS="$LIBS -lnsl -lresolv") +#AC_CHECK_LIB(nsl, gethostbyname, LIBS="$LIBS -lnsl -lresolv") AC_CHECK_FUNCS(socket) AC_CHECK_LIB(socket, socket, LIBS="$LIBS -lsocket") AC_CHECK_FUNCS(gethostname gethostbyaddr getservbyname getservbyport)