Check to see if we need to include the iconv library.
authorWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 08:35:18 +0000 (08:35 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 08:35:18 +0000 (08:35 +0000)
configure.in

index 245587be4c00862833086a3e4770df33071b121f..a312b39af5034982f6f3672fe9cf96579ac9e4f9 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])