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

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


svn:r8602
This commit is contained in:
Nick Mathewson 2006-10-06 03:27:40 +00:00
parent c15dc2d94c
commit 841d6da218
1 changed files with 1 additions and 0 deletions

View File

@ -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])