mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
#5601 Missing ',' comma in the libsystemd-daemon configure.ac
This commit is contained in:
parent
66ccc3eca5
commit
c76174dc0c
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ dnl file monitoring for the daemon
|
|||
# Check whether to enable systemd startup notification.
|
||||
# This requires libsystemd-daemon.
|
||||
AC_ARG_WITH([systemd-daemon], AS_HELP_STRING([--with-systemd-daemon],
|
||||
[Add support for systemd startup notification (default is autodetected)])
|
||||
[Add support for systemd startup notification (default is autodetected)]),
|
||||
[USE_SYSTEMD_DAEMON=$withval], [USE_SYSTEMD_DAEMON=auto])
|
||||
AS_IF([test "x$USE_SYSTEMD_DAEMON" != "xno"], [
|
||||
PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon],
|
||||
|
|
Loading…
Reference in a new issue