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>
This commit is contained in:
		
							parent
							
								
									26a69bbd9b
								
							
						
					
					
						commit
						0fe2e8c64e
					
				| 
						 | 
					@ -1830,10 +1830,6 @@ if test "x$XWIN" = xyes; then
 | 
				
			||||||
		AC_MSG_NOTICE([Disabling XF86VidMode extension])
 | 
							AC_MSG_NOTICE([Disabling XF86VidMode extension])
 | 
				
			||||||
		XF86VIDMODE=no
 | 
							XF86VIDMODE=no
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
	if test "x$COMPOSITE" = xyes; then
 | 
					 | 
				
			||||||
		AC_MSG_NOTICE([Disabling Composite extension])
 | 
					 | 
				
			||||||
		COMPOSITE=no
 | 
					 | 
				
			||||||
	fi
 | 
					 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
AM_CONDITIONAL(XWIN, [test "x$XWIN" = xyes])
 | 
					AM_CONDITIONAL(XWIN, [test "x$XWIN" = xyes])
 | 
				
			||||||
AM_CONDITIONAL(XWIN_MULTIWINDOW, [test "x$XWIN" = xyes])
 | 
					AM_CONDITIONAL(XWIN_MULTIWINDOW, [test "x$XWIN" = xyes])
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue