mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-19 09:50:29 +01:00
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:
parent
c15dc2d94c
commit
841d6da218
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user