]> granicus.if.org Git - transmission/commitdiff
#5601 Missing ',' comma in the libsystemd-daemon configure.ac
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 9 Feb 2014 17:24:58 +0000 (17:24 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 9 Feb 2014 17:24:58 +0000 (17:24 +0000)
configure.ac

index bffe16e7545b30215a9c6b373d2a7f1c05870770..4a384f9b1733209cefc80a8dc7be015c7ae57205 100644 (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],