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:
committed by
Vadim Zeitlin
parent
c073995352
commit
7f617d97a5
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_echo "no" >&6; }
|
||||||
as_fn_error $? "
|
as_fn_error $? "
|
||||||
CATCH (C++ Automated Test Cases in Headers) is required, the required file
|
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
|
You might need to run
|
||||||
|
|
||||||
|
@@ -8549,7 +8549,7 @@ if test "$wxUSE_TESTS_SUBDIR" != "no"; then
|
|||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
AC_MSG_ERROR([
|
AC_MSG_ERROR([
|
||||||
CATCH (C++ Automated Test Cases in Headers) is required, the required file
|
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
|
You might need to run
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user