]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: patch the systemd.m4 3677/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 12 Apr 2016 13:41:47 +0000 (15:41 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 12 Apr 2016 20:27:21 +0000 (22:27 +0200)
commita1c0a38ece5d94c6d51adfc959487b826b9ba0e2
treef8b01b2750e368b5e8053e7b65be27681bc48ff8
parent6ab652234816be9ea4c59217254c85003b4eddb5
dnsdist: patch the systemd.m4

This patch is twofold:
1 - It detects the correct library for sd-daemon (either
libsystemd-daemon (systemd pre-209) or libsystemd (systemd post-209)
2 - Detection of the library and files is only run once, even when
systemd support detection is automatic (when using AX_AVAILABLE_SYSTEMD)
pdns/dnsdistdist/m4/systemd.m4