Fix composite on !darwin

2ffdb0eb64 changes the default value of
COMPOSITE to 'auto', but doesn't set it back to 'yes' as appropriate.
This commit is contained in:
Julien Cristau 2008-04-17 11:13:47 +02:00
parent 8716d081fd
commit dc10f0a0e2

View File

@ -789,6 +789,9 @@ if test "x$COMPOSITE" = xauto; then
darwin*)
[ "x$XQUARTZ" = xyes -o "x$XQUARTZ" = xauto ] && COMPOSITE=no
;;
*)
COMPOSITE=yes
;;
esac
fi