diff options
| -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 | |||
| 112 | darwin*) | 112 | darwin*) |
| 113 | win32=false | 113 | win32=false |
| 114 | AC_MSG_RESULT([no]) | 114 | AC_MSG_RESULT([no]) |
| 115 | activation_method="launchd" | 115 | # No support for launchd yet |
| 116 | activation_method="manual" | ||
| 116 | ;; | 117 | ;; |
| 117 | *) | 118 | *) |
| 118 | win32=false | 119 | win32=false |
