enable build support without systemd compatibility libraries

System Internals / DBus - Umut Tezduyar Lindskog [tezduyar.com] - 12 September 2014 06:24 UTC

systemd 209 merged all the libraries to libsystemd. Old libraries can still be enabled with --enable-compat-libs switch in systemd but this increases the binary size.

Implement a fallback library check in case compat libraries dont exist.

[Fixed underquoting; switched priority so we try libsystemd first -smcv]

ae268a2 enable build support without systemd compatibility libraries
configure.ac | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

Upstream: cgit.freedesktop.org


  • Share