glue in working autoconf logic

This commit is contained in:
Love Hornquist Astrand
2009-11-21 22:58:59 -08:00
parent 7bb7bd72ab
commit 607bae3c9e
5 changed files with 30 additions and 15 deletions

View File

@@ -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