From: Sam Nazarko Date: Thu, 16 Nov 2017 05:03:29 +0000 (+0000) Subject: configure: Fix libsystemd dependency for Stretch and later X-Git-Tag: v4.2.5~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceaf330cb190d2dcdd9f1f381e12467743a88e8b;p=thirdparty%2Ftvheadend.git configure: Fix libsystemd dependency for Stretch and later Signed-off-by: Sam Nazarko --- diff --git a/configure b/configure index 1e3cc28df..6d889e903 100755 --- a/configure +++ b/configure @@ -680,7 +680,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)"