add dependency on HAVE_LIBDISPATCH

This commit is contained in:
Love Hornquist Astrand
2009-11-21 16:04:49 -08:00
parent 89b777853a
commit 31405c40f3

View File

@@ -35,7 +35,7 @@
#include "hi_locl.h"
#ifdef __APPLE__
#if defined(__APPLE__) && defined(HAVE_LIBDISPATCH)
#include "heim_ipc.h"
#include "heim_ipc_asyncServer.h"
@@ -462,7 +462,7 @@ struct hipc_ops {
};
struct hipc_ops ipcs[] = {
#ifdef __APPLE__
#if defined(__APPLE__) && defined(HAVE_LIBDISPATCH)
{ "MACH", mach_init, mach_release, mach_ipc, mach_async },
#endif
#ifdef HAVE_DOOR