From 2ea9f673a849c592a938bcc2daaed9fd1a5447ce Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 12 Mar 2014 21:49:13 +0100 Subject: [PATCH] core: assume iconv usability when cross compiling AC_TRY_RUN needs a fallback action when cross compiling. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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