From 88d73d77794cde03f93ed53f21a163f5980696be Mon Sep 17 00:00:00 2023 From: Yan Date: Fri, 25 Aug 2023 09:53:43 +0800 Subject: [PATCH] boa: fix configure avoid run test on cross platform during configuration, boa configure would run already cross compiled test files on host machine, remove exit is to ignore this run test failure. Upstream-Status: Pending Signed-off-by: Yan --- src/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure b/src/configure index bda829f..7a6a624 100755 --- a/src/configure +++ b/src/configure @@ -1552,7 +1552,7 @@ if eval "test \"`echo '$''{'ac_cv_func_setvbuf_reversed'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + { echo "configure: error: can not run test program while cross compiling" 1>&2; } else cat > conftest.$ac_ext <