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,8 +35,6 @@
#include "config.h"
#define HAVE_LIBDISPATCH 1
#include <sys/types.h>
#include <sys/un.h>
@@ -50,7 +48,7 @@
#include <heim-ipc.h>
#if defined(__APPLE__) && defined(HAVE_LIBDISPATCH)
#if defined(__APPLE__) && defined(HAVE_GCD)
#include <mach/mach.h>
#include <servers/bootstrap.h>
#include <dispatch/dispatch.h>