add dependency on HAVE_LIBDISPATCH
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
#include "hi_locl.h"
|
#include "hi_locl.h"
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#if defined(__APPLE__) && defined(HAVE_LIBDISPATCH)
|
||||||
|
|
||||||
#include "heim_ipc.h"
|
#include "heim_ipc.h"
|
||||||
#include "heim_ipc_asyncServer.h"
|
#include "heim_ipc_asyncServer.h"
|
||||||
@@ -462,7 +462,7 @@ struct hipc_ops {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct hipc_ops ipcs[] = {
|
struct hipc_ops ipcs[] = {
|
||||||
#ifdef __APPLE__
|
#if defined(__APPLE__) && defined(HAVE_LIBDISPATCH)
|
||||||
{ "MACH", mach_init, mach_release, mach_ipc, mach_async },
|
{ "MACH", mach_init, mach_release, mach_ipc, mach_async },
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_DOOR
|
#ifdef HAVE_DOOR
|
||||||
|
Reference in New Issue
Block a user