summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-04-21 15:51:32 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-04-21 23:56:18 -0700
commitca7b9e6c817681b9cec738e43cf020ac19b5e732 (patch)
tree65be2193ea142f137683e19d82c33bbd448fe663 /include/dix-config.h.in
parent3960115dbc83ec1eb8d9c8e90466af3fa0b32abd (diff)
configure.ac: Add check for libdispatch when building for darwin
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r--include/dix-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index fd9ecced2..14229b435 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -136,6 +136,9 @@
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
+/* Define to 1 if you have the libdispatch (GCD) available */
+#undef HAVE_LIBDISPATCH
+
/* Define to 1 if you have the `link' function. */
#undef HAVE_LINK