XQuartz: Cleanup turning off COMPOSITE

(cherry picked from commit 8f920fca6f)
This commit is contained in:
Jeremy Huddleston 2008-04-19 23:31:05 -07:00
parent d13828797f
commit 14396fdeba
2 changed files with 1 additions and 2 deletions

View File

@ -782,7 +782,7 @@ dnl XQuartz DDX Detection... Yes, it's ugly to have it here... but we need to di
if test "x$COMPOSITE" = xauto; then
case $host_os in
darwin*)
[ "x$XQUARTZ" = xyes -o "x$XQUARTZ" = xauto ] && COMPOSITE=no
test "x$XQUARTZ" = xyes -o "x$XQUARTZ" = xauto && COMPOSITE=no
;;
*)
COMPOSITE=yes

View File

@ -31,7 +31,6 @@ Xquartz_LDADD = \
$(top_builddir)/damageext/libdamageext.la \
$(top_builddir)/miext/damage/libdamage.la \
$(top_builddir)/xfixes/libxfixes.la \
$(top_builddir)/miext/cw/libcw.la \
$(top_builddir)/Xext/libXext.la \
$(top_builddir)/xkb/libxkb.la \
$(top_builddir)/xkb/libxkbstubs.la \