diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-20 20:08:19 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-20 20:08:19 +0000 |
commit | e5cf3962851bae823eb8c72f92af6f37bb486ddd (patch) | |
tree | 542a818f712bab380127d16ed957113d06557075 /configure.in | |
parent | 31aadef2d307a21f6b40e32edebe40fc748bf72f (diff) | |
download | tor-e5cf3962851bae823eb8c72f92af6f37bb486ddd.tar.gz tor-e5cf3962851bae823eb8c72f92af6f37bb486ddd.zip |
oops, and make make work too on solaris
svn:r1316
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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" |