Browse Source

oops, and make make work too on solaris

svn:r1316
Roger Dingledine 20 years ago
parent
commit
e5cf396285
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.in

+ 1 - 0
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"