From: Wayne Davison Date: Mon, 6 Feb 2006 08:35:18 +0000 (+0000) Subject: Check to see if we need to include the iconv library. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bd4576fe4bb666b1072bebeca6b79b827622db5a Check to see if we need to include the iconv library. --- diff --git a/configure.in b/configure.in index 245587be..a312b39a 100644 --- a/configure.in +++ b/configure.in @@ -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])