mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
meson: fix error message
This commit is contained in:
parent
3d3dcc6aa9
commit
b349bc59e4
@ -1203,7 +1203,7 @@ if dns_over_tls != 'false'
|
||||
have_openssl = conf.get('HAVE_OPENSSL') == 1
|
||||
if dns_over_tls != 'auto' and not have_openssl
|
||||
str = dns_over_tls == 'openssl' ? ' with openssl' : ''
|
||||
error('DNS-over-TLS support was requested$0$, but dependencies are not available'.format(str))
|
||||
error('DNS-over-TLS support was requested@0@, but dependencies are not available'.format(str))
|
||||
endif
|
||||
endif
|
||||
have = have_gnutls or have_openssl
|
||||
|
Loading…
Reference in New Issue
Block a user