diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-03 13:12:29 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-04 12:09:51 +0200 |
commit | 1ec57f339472f1fcb180f46eba25f2517499155f (patch) | |
tree | 17a43e36a9568ff2f328fdabfb0a78ac89505a7e /man/dnssec-trust-anchors.d.xml | |
parent | 08cf5b8dc356309becdb06c43de4d69228089a6a (diff) | |
download | systemd-1ec57f339472f1fcb180f46eba25f2517499155f.tar.gz |
build-sys: s/ENABLE_RESOLVED/ENABLE_RESOLVE/
The configuration option was called -Dresolve, but the internal define
was …RESOLVED. This options governs more than just resolved itself, so
let's settle on the version without "d".
Diffstat (limited to 'man/dnssec-trust-anchors.d.xml')
-rw-r--r-- | man/dnssec-trust-anchors.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/dnssec-trust-anchors.d.xml b/man/dnssec-trust-anchors.d.xml index 9a28862ceb..6e90e6aef9 100644 --- a/man/dnssec-trust-anchors.d.xml +++ b/man/dnssec-trust-anchors.d.xml @@ -21,7 +21,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="dnssec-trust-anchors.d" conditional='ENABLE_RESOLVED' +<refentry id="dnssec-trust-anchors.d" conditional='ENABLE_RESOLVE' xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>dnssec-trust-anchors.d</title> |