From: Francis Dupont Date: Wed, 19 Mar 2025 09:47:38 +0000 (+0100) Subject: [#3793] Typo X-Git-Tag: Kea-2.7.7~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cfb8a68fd9ea773fbe9401abe2acd6224e42f05;p=thirdparty%2Fkea.git [#3793] Typo --- diff --git a/meson.build b/meson.build index 55effe6ce9..f24dbc53c3 100644 --- a/meson.build +++ b/meson.build @@ -334,7 +334,7 @@ if CRYPTO_DEP.name() == openssl.name() dependencies: [boost_dep, CRYPTO_DEP, threads_dep], ) if return1.returncode() != 0 or return2.returncode() - error("Boost TLS support broken.") + error('Boost TLS support broken.') endif endif