diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-05-12 20:27:55 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-05-12 20:27:55 -0700 |
commit | 3b53d7aecb2f3a729c57f2831a3d4b6e1ff1901f (patch) | |
tree | dc11bd4036d99fb57a1b70ca0d44f653aa8aab1a /configure.ac | |
parent | e6187b0d47722ec364372926d78dfe4e5637bd6c (diff) |
launchd: Update console redirection to work with libdispatch
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dcdbdf0..7432e6c 100644 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,9 @@ if test "x$LAUNCHD" = "xyes" ; then TIGER_LAUNCHD=yes ;; esac + AC_CHECK_FUNC(dispatch_async, + AC_DEFINE([HAVE_LIBDISPATCH], 1, [Define to 1 if you have the libdispatch (GCD) available]), + []) else launchagentsdir="" launchdaemonsdir="" |