From c76174dc0c7177d9c73abc8ef12ea669b4d8e055 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 9 Feb 2014 17:24:58 +0000 Subject: [PATCH] #5601 Missing ',' comma in the libsystemd-daemon configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bffe16e75..4a384f9b1 100644 --- a/configure.ac +++ b/configure.ac @@ -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],