]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
configure: Fix libsystemd dependency for Stretch and later
authorSam Nazarko <email@samnazarko.co.uk>
Thu, 16 Nov 2017 05:03:29 +0000 (05:03 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 16 Nov 2017 06:56:34 +0000 (07:56 +0100)
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
configure

index 9a5bfe4bc3fe0eb8314a5bf964b37522e05dcd12..2e9f8b29072e30da6176b9bf1655c113ac8610c6 100755 (executable)
--- 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)"