#5601 Missing ',' comma in the libsystemd-daemon configure.ac

This commit is contained in:
Mitchell Livingston 2014-02-09 17:24:58 +00:00
parent 66ccc3eca5
commit c76174dc0c
1 changed files with 1 additions and 1 deletions

View File

@ -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],