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 1b152dcf6c..efccf2f7f3 100644
--- a/configure.in
+++ b/configure.in
@@ -27,6 +27,7 @@ AC_ARG_WITH(ssl-dir,
)
AC_SEARCH_LIBS(socket, [socket])
+AC_SEARCH_LIBS(gethostbyname, [nsl])
saved_LIBS="$LIBS"
saved_LDFLAGS="$LDFLAGS"