Commit 10a1d6b4 authored by Wayne Davison's avatar Wayne Davison

Use AC_SEARCH_LIBS() instead of AC_CHECK_LIB() to figure out if

we need to include libresolv or not.
parent 2b7e1292
......@@ -377,7 +377,7 @@ if test x"$ac_cv_func_connect" = x"no"; then
fi
fi
AC_CHECK_LIB(resolv, inet_ntop)
AC_SEARCH_LIBS(inet_ntop, resolv)
dnl AC_MSG_NOTICE([Looking in libraries: $LIBS])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment