summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eb6efac..5b4644a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -551,6 +551,7 @@ then
# checks for availability of system libraries for nslcd
AC_SEARCH_LIBS(gethostbyname,nsl socket)
+ AC_SEARCH_LIBS(hstrerror,resolv)
AC_SEARCH_LIBS(socket,socket)
AC_SEARCH_LIBS(dlopen,dl)