diff --git a/configure.ac b/configure.ac index 2b466082f..953e6dc63 100644 --- a/configure.ac +++ b/configure.ac @@ -252,7 +252,7 @@ if test "x$ac_found_iconv_header" = "xyes" ; then return 0; } return 1; - }],iconv_found="yes") + }],iconv_found="yes", iconv_found="no", iconv_found="assume-yes") if test "x$iconv_found" = "xno" ; then AC_MSG_RESULT(no) else