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