Skip to content
Snippets Groups Projects
Commit 841d6da2 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

r9103@Kushana: nickm | 2006-10-05 23:27:35 -0400

 Check whether inet_aton requires libresolv.  Apparently this is another solaris thing.


svn:r8602
parent c15dc2d9
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,7 @@ AC_SUBST(TORGROUP)
AC_SEARCH_LIBS(socket, [socket])
AC_SEARCH_LIBS(gethostbyname, [nsl])
AC_SEARCH_LIBS(dlopen, [dl])
AC_SEARCH_LIBS(inet_aton, [resolv])
if test $enable_threads = "yes"; then
AC_SEARCH_LIBS(pthread_create, [pthread])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment