From: Francis Dupont Date: Wed, 19 Mar 2025 09:48:41 +0000 (+0100) Subject: [#3793] Typo2 X-Git-Tag: Kea-2.7.7~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=646c23413c54f025946fc0f1921a9a5cb0949667;p=thirdparty%2Fkea.git [#3793] Typo2 --- diff --git a/meson.build b/meson.build index f24dbc53c3..8eac4eacce 100644 --- a/meson.build +++ b/meson.build @@ -333,7 +333,7 @@ if CRYPTO_DEP.name() == openssl.name() name: 'HAVE_STREAM_TRUNCATED_ERROR', dependencies: [boost_dep, CRYPTO_DEP, threads_dep], ) - if return1.returncode() != 0 or return2.returncode() + if return1.returncode() != 0 or return2.returncode() != 0 error('Boost TLS support broken.') endif endif