From e5cf3962851bae823eb8c72f92af6f37bb486ddd Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 20 Mar 2004 20:08:19 +0000 Subject: oops, and make make work too on solaris svn:r1316 --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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" -- cgit v1.2.3-54-g00ecf