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:
parent
c073995352
commit
7f617d97a5
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue