Apple: Don't use DRI2

This commit is contained in:
Jeremy Huddleston 2009-01-10 01:39:08 -08:00
parent f5f3803835
commit a1d35cee59

View File

@ -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 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