From: Sam Nazarko Date: Thu, 16 Nov 2017 05:03:29 +0000 (+0000) Subject: configure: Fix libsystemd dependency for Stretch and later X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4919ded33090898bf61bb2f7db7bd9ad2200c28;p=thirdparty%2Ftvheadend.git configure: Fix libsystemd dependency for Stretch and later Signed-off-by: Sam Nazarko --- diff --git a/configure b/configure index 9a5bfe4bc..2e9f8b290 100755 --- a/configure +++ b/configure @@ -730,7 +730,7 @@ fi # systemd # if enabled_or_auto libsystemd_daemon; then - if check_pkg libsystemd-daemon; then + if check_pkg libsystemd-daemon || check_pkg libsystemd; then enable libsystemd_daemon elif enabled libsystemd_daemon; then die "libsystemd-daemon development support not found (use --disable-systemd_daemon)"