diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2009-11-01 18:18:31 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-11-09 20:33:47 +0000 |
commit | 0fe2e8c64e7a5a9140c77b88b266d7ae58b0bca2 (patch) | |
tree | 2bc4a977e4522286acb0849aca3324cef5e8d09a | |
parent | 26a69bbd9b6f415c443d6d6f8f450329f348edc3 (diff) |
Cygwin/X: Allow composite to be enabled for Xwin
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 077f7a069..dda4f37a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1830,10 +1830,6 @@ if test "x$XWIN" = xyes; then AC_MSG_NOTICE([Disabling XF86VidMode extension]) XF86VIDMODE=no fi - if test "x$COMPOSITE" = xyes; then - AC_MSG_NOTICE([Disabling Composite extension]) - COMPOSITE=no - fi fi AM_CONDITIONAL(XWIN, [test "x$XWIN" = xyes]) AM_CONDITIONAL(XWIN_MULTIWINDOW, [test "x$XWIN" = xyes]) |