From bd4576fe4bb666b1072bebeca6b79b827622db5a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 6 Feb 2006 08:35:18 +0000 Subject: [PATCH] Check to see if we need to include the iconv library. --- configure.in | 1 + 1 file changed, 1 insertion(+) 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]) -- 2.34.1