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 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)
 fi
 
 AC_SEARCH_LIBS(inet_ntop, resolv)
+AC_SEARCH_LIBS(iconv_open, iconv)
 
 dnl AC_MSG_NOTICE([Looking in libraries: $LIBS])
 
 
 dnl AC_MSG_NOTICE([Looking in libraries: $LIBS])