summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2009-01-10 01:39:08 -0800
committerJeremy Huddleston <jeremyhu@freedesktop.org>2009-01-10 01:39:08 -0800
commita1d35cee5907a76977ee43c49cb55c8f411c9794 (patch)
treebcb067b7ca296b74dc59cb3db448bfda69028a56
parentf5f3803835e8531cf36cf694ddfd4444c13c4823 (diff)
Apple: Don't use DRI2
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c222c9597..cd5328861 100644
--- a/configure.ac
+++ b/configure.ac
@@ -631,6 +631,8 @@ AM_CONDITIONAL(INSTALL_LIBXF86CONFIG, [test "x$INSTALL_LIBXF86CONFIG" = xyes])
631dnl XQuartz DDX Detection... Yes, it's ugly to have it here... but we need to handle this early on 631dnl XQuartz DDX Detection... Yes, it's ugly to have it here... but we need to handle this early on
632case $host_os in 632case $host_os in
633 darwin*) 633 darwin*)
634 DRI2=no
635
634 if test x$XQUARTZ = xauto; then 636 if test x$XQUARTZ = xauto; then
635 AC_CACHE_CHECK([whether to build Xquartz],xorg_cv_Carbon_framework,[ 637 AC_CACHE_CHECK([whether to build Xquartz],xorg_cv_Carbon_framework,[
636 save_LDFLAGS=$LDFLAGS 638 save_LDFLAGS=$LDFLAGS