summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-06 16:53:26 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-02-19 16:52:29 +0000
commit7fb57c75765b4a0ff0b4caf188df0f4eebb00c19 (patch)
tree2ffe4cf148ed039324a344ef088f83c2a0db1977 /configure.ac
parentea1884e3e5c30c681e1935476b4701166c43125c (diff)
downloaddbus-7fb57c75765b4a0ff0b4caf188df0f4eebb00c19.tar.gz
Only support systemd: transport if we have systemd libraries
This means we can drop our convenience copy of sd-daemon.[ch]. We're checking for libsd-daemon anyway, to support journald and logind integration. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71818 Reviewed-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b1f260ef..13d1c87e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1247,7 +1247,7 @@ AC_DEFINE_UNQUOTED([DBUS_DEFAULT_MESSAGE_UNIX_FDS],
AC_SUBST([DEFAULT_MESSAGE_UNIX_FDS])
#### Set up final flags
-LIBDBUS_LIBS="$THREAD_LIBS $NETWORK_libs"
+LIBDBUS_LIBS="$THREAD_LIBS $NETWORK_libs $SYSTEMD_LIBS"
AC_SUBST([LIBDBUS_LIBS])
### X11 detection