]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
meson: fix error message
[thirdparty/systemd.git] / meson.build
index 30e4743489814571f2ecbf5ba80eec4ef23d9ac5..19c005141fb98ac82769a54be43e772d982c8d22 100644 (file)
@@ -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