diff options
author | Martin Szulecki | 2014-10-16 15:06:09 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-16 15:06:09 +0200 |
commit | f2fc8de2ad64c530b486232e3ae3a7541fc26792 (patch) | |
tree | 11aca061e5a37621257ceec21c60bb2a3fe8bd24 | |
parent | 1ba8a9b014a741338ca9f8dc6259c8563aed2ba3 (diff) | |
download | usbmuxd-f2fc8de2ad64c530b486232e3ae3a7541fc26792.tar.gz usbmuxd-f2fc8de2ad64c530b486232e3ae3a7541fc26792.tar.bz2 |
The activation method on OS X is "manual" as we do not offer launchd support
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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 |