From: Roger Dingledine Date: Sat, 20 Mar 2004 20:08:19 +0000 (+0000) Subject: oops, and make make work too on solaris X-Git-Tag: tor-0.0.3~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5cf3962851bae823eb8c72f92af6f37bb486ddd;p=thirdparty%2Ftor.git oops, and make make work too on solaris svn:r1316 --- diff --git a/configure.in b/configure.in index 1b152dcf6c..efccf2f7f3 100644 --- a/configure.in +++ b/configure.in @@ -27,6 +27,7 @@ AC_ARG_WITH(ssl-dir, ) AC_SEARCH_LIBS(socket, [socket]) +AC_SEARCH_LIBS(gethostbyname, [nsl]) saved_LIBS="$LIBS" saved_LDFLAGS="$LDFLAGS"