From f2fc8de2ad64c530b486232e3ae3a7541fc26792 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 16 Oct 2014 15:06:09 +0200 Subject: The activation method on OS X is "manual" as we do not offer launchd support --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 60ac6a9..f022319 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,8 @@ case ${host_os} in darwin*) win32=false AC_MSG_RESULT([no]) - activation_method="launchd" + # No support for launchd yet + activation_method="manual" ;; *) win32=false -- cgit v1.1-32-gdbae