From a1d35cee5907a76977ee43c49cb55c8f411c9794 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sat, 10 Jan 2009 01:39:08 -0800 Subject: [PATCH] Apple: Don't use DRI2 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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]) dnl XQuartz DDX Detection... Yes, it's ugly to have it here... but we need to handle this early on case $host_os in darwin*) + DRI2=no + if test x$XQUARTZ = xauto; then AC_CACHE_CHECK([whether to build Xquartz],xorg_cv_Carbon_framework,[ save_LDFLAGS=$LDFLAGS