XQuartz: Cleanup turning off COMPOSITE

This commit is contained in:
Jeremy Huddleston 2008-04-19 23:31:05 -07:00
parent 0f422413d4
commit 8f920fca6f
2 changed files with 1 additions and 2 deletions

View File

@ -630,7 +630,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
;;
esac
fi

View File

@ -29,7 +29,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 \