mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#3793] Typo2
This commit is contained in:
parent
4cfb8a68fd
commit
646c23413c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user