Add word 'be' for consistency of error message

No real change, just a typo fix after f1f27bc37c (Checks for 3rdparty
libraries availability in configure, 2020-07-13).

Closes https://github.com/wxWidgets/wxWidgets/pull/1969
This commit is contained in:
Hertatijanto Hartono
2020-07-15 02:59:59 +07:00
committed by Vadim Zeitlin
parent c073995352
commit 7f617d97a5
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -40598,7 +40598,7 @@ $as_echo_n "checking whether catch.hpp file exists... " >&6; }
$as_echo "no" >&6; }
as_fn_error $? "
CATCH (C++ Automated Test Cases in Headers) is required, the required file
$ac_confdir/3rdparty/catch/include/catch.hpp couldn't found.
$ac_confdir/3rdparty/catch/include/catch.hpp couldn't be found.
You might need to run

View File

@@ -8549,7 +8549,7 @@ if test "$wxUSE_TESTS_SUBDIR" != "no"; then
AC_MSG_RESULT([no])
AC_MSG_ERROR([
CATCH (C++ Automated Test Cases in Headers) is required, the required file
$ac_confdir/3rdparty/catch/include/catch.hpp couldn't found.
$ac_confdir/3rdparty/catch/include/catch.hpp couldn't be found.
You might need to run