aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])