Home
last modified time | relevance | path

Searched refs:am_cv_func_iconv (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/config/
H A Diconv.m438 AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [
39 am_cv_func_iconv="no, consider installing GNU libiconv"
50 [am_cv_func_iconv=yes])
51 if test "$am_cv_func_iconv" != yes; then
64 [am_cv_func_iconv=yes])
68 if test "$am_cv_func_iconv" = yes; then
249 if test "$am_cv_func_iconv" = yes; then
/freebsd/contrib/dialog/
H A Dconfigure9831 am_cv_func_iconv=yes
9833 am_cv_func_iconv="no, consider installing GNU libiconv"
9837 echo "$as_me:9837: result: $am_cv_func_iconv" >&5
9838 echo "${ECHO_T}$am_cv_func_iconv" >&6
9840 if test "$am_cv_func_iconv" = yes; then
H A Daclocal.m4123 AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [
127 am_cv_func_iconv=yes,
128 am_cv_func_iconv=["no, consider installing GNU libiconv"])])
130 if test "$am_cv_func_iconv" = yes; then