Check to see if we need to include the iconv library.

This commit is contained in:
Wayne Davison
2006-02-06 08:35:18 +00:00
parent 4e194bf178
commit bd4576fe4b

View File

@@ -367,6 +367,7 @@ if test x"$ac_cv_func_connect" = x"no"; then
fi
AC_SEARCH_LIBS(inet_ntop, resolv)
AC_SEARCH_LIBS(iconv_open, iconv)
dnl AC_MSG_NOTICE([Looking in libraries: $LIBS])