X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..ad08c366a19e95d19e8ee5d66b050530339561e4:/acinclude.m4 diff --git a/acinclude.m4 b/acinclude.m4 index 03fd6ca..562872a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -95,11 +95,10 @@ AC_DEFUN([RJK_REQUIRE_PCRE_UTF8],[ ])], [rjk_cv_pcre_utf8=yes], [rjk_cv_pcre_utf8=no], - [AC_MSG_ERROR([cross-compiling, cannot check libpcre behaviour])]) + [AC_MSG_WARN([cross-compiling, cannot check libpcre behaviour])]) LIBS="$save_LIBS" ]) if test $rjk_cv_pcre_utf8 = no; then AC_MSG_ERROR([please rebuild your pcre library with --enable-utf8]) fi ]) -# arch-tag:d09b2112a218009313949a279401a5b4