summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-06 03:27:40 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-06 03:27:40 +0000
commit841d6da218fdbc568a62eafbb92d4a55cfe1fc66 (patch)
tree0a564a27291ca120e953cfead25587d002c91e3c
parentc15dc2d94c623c5e2e8a11c8d9fe33a95395dadf (diff)
downloadtor-841d6da218fdbc568a62eafbb92d4a55cfe1fc66.tar.gz
tor-841d6da218fdbc568a62eafbb92d4a55cfe1fc66.zip
r9103@Kushana: nickm | 2006-10-05 23:27:35 -0400
Check whether inet_aton requires libresolv. Apparently this is another solaris thing. svn:r8602
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6ea5dac07c..860cf2abe4 100644
--- a/configure.in
+++ b/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])