summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2021-01-27 13:09:50 -0800
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2021-02-01 23:09:54 -0800
commitd3f81ecaf99c804728b206155875c52e41f0723b (patch)
tree1c60a3d9ab24a31c20402d9638f61fd8e6b9d992 /configure.ac
parent739c5bd32f5683c1e03c96700f5bb499517b3eaf (diff)
xquartz: Remove check for libdispatch now that we don't support pre-SnowLeopard
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> (cherry picked from commit f699aac2ea2cf6a3e2d3bdcb2d8179e103de1d4e)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a51a0ee1f..41c87a8d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -694,10 +694,6 @@ case $host_os in
fi
fi
- AC_CHECK_FUNC(dispatch_async,
- AC_DEFINE([HAVE_LIBDISPATCH], 1, [Define to 1 if you have the libdispatch (GCD) available]),
- [])
-
if test "x$XQUARTZ" = xyes ; then
XQUARTZ=yes
XVFB=no