mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
If libsystemd-daemon.pc is not found, look for libsystemd
(Thanks to toralf for noting that the build was broken, and to Sebastian for telling me that my fix still wasn't right.)
This commit is contained in:
@@ -126,6 +126,13 @@ else
|
||||
[libsystemd-daemon],
|
||||
have_systemd=yes,
|
||||
have_systemd=no)
|
||||
if test x$have_systemd=xno; then
|
||||
AC_MSG_NOTICE([Okay, checking for systemd a different way...])
|
||||
PKG_CHECK_MODULES(SYSTEMD,
|
||||
[libsystemd],
|
||||
have_systemd=yes,
|
||||
have_systemd=no)
|
||||
fi
|
||||
fi
|
||||
|
||||
if test x$have_systemd = xyes; then
|
||||
|
||||
Reference in New Issue
Block a user