warn, rather than failing, if kyua is not present

This commit is contained in:
Evan Hunt
2018-11-15 13:27:09 -08:00
committed by Ondřej Surý
parent 7346199a92
commit 6cfb2249e1
5 changed files with 15 additions and 11 deletions

5
configure vendored
View File

@@ -19875,7 +19875,7 @@ esac
#
# Check for kyua execution engine if ATF was requested
# Check for kyua execution engine if CMocka was requested
# and bail out if execution engine was not found
#
@@ -19926,7 +19926,8 @@ fi
done
if test -z "$KYUA"; then :
as_fn_error $? "kyua test execution engine not found" "$LINENO" 5
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: kyua test execution engine not found" >&5
$as_echo "$as_me: WARNING: kyua test execution engine not found" >&2;}
fi
fi