From: Jonathan McDowell Date: Wed, 1 Oct 2014 08:37:56 +0000 (+0100) Subject: Check for sd_listen_fds in libsystemd as well as libsystemd-daemon X-Git-Tag: onak-0.4.5~1 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=c9b58d63ec501f3535a2328f57170871d4ec24ff;hp=c9b58d63ec501f3535a2328f57170871d4ec24ff;p=onak.git Check for sd_listen_fds in libsystemd as well as libsystemd-daemon Upstream systemd has moved the sd_listen_fds function from libsystemd-daemon into a combined libsystemd. For Debian this change happens in the 214-1 package. Make the autoconf script look in both and change the Debian build-deps to look for either suitably recent libsystemd-dev or fall back to libsystemd-daemon-dev (to aid backports). ---