Check to see if we need to include the iconv library.
[rsync/rsync.git] / configure.in
index 245587b..a312b39 100644 (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])