Apple: Don't use DRI2

(cherry picked from commit a1d35cee59)
This commit is contained in:
Jeremy Huddleston 2009-01-10 01:39:08 -08:00
parent 7a8abb9c85
commit 2d917cfe56

View File

@ -636,6 +636,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 dnl XQuartz DDX Detection... Yes, it's ugly to have it here... but we need to handle this early on
case $host_os in case $host_os in
darwin*) darwin*)
DRI2=no
if test x$XQUARTZ = xauto; then if test x$XQUARTZ = xauto; then
AC_CACHE_CHECK([whether to build Xquartz],xorg_cv_Carbon_framework,[ AC_CACHE_CHECK([whether to build Xquartz],xorg_cv_Carbon_framework,[
save_LDFLAGS=$LDFLAGS save_LDFLAGS=$LDFLAGS