From 0fe2e8c64e7a5a9140c77b88b266d7ae58b0bca2 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 1 Nov 2009 18:18:31 +0000 Subject: [PATCH] Cygwin/X: Allow composite to be enabled for Xwin Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- configure.ac | 4 ---- 1 file changed, 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])