Explorar o código

r9103@Kushana: nickm | 2006-10-05 23:27:35 -0400
Check whether inet_aton requires libresolv. Apparently this is another solaris thing.


svn:r8602

Nick Mathewson %!s(int64=19) %!d(string=hai) anos
pai
achega
841d6da218
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      configure.in

+ 1 - 0
configure.in

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