mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 09:24:57 +00:00 
			
		
		
		
	Fixed another AC_DEFINE.
This commit is contained in:
		
							parent
							
								
									3f7f65a36d
								
							
						
					
					
						commit
						d00dfc434e
					
				
							
								
								
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -20569,8 +20569,7 @@ _ACEOF
 | 
			
		|||
if ac_fn_c_try_compile "$LINENO"; then :
 | 
			
		||||
 | 
			
		||||
            	have_xinput2_multitouch=yes
 | 
			
		||||
 | 
			
		||||
$as_echo "#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH /**/" >>confdefs.h
 | 
			
		||||
            	$as_echo "#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1" >>confdefs.h
 | 
			
		||||
 | 
			
		||||
                SUMMARY_video_x11="${SUMMARY_video_x11} xinput2_multitouch"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1751,7 +1751,7 @@ int event_type = XI_TouchBegin;
 | 
			
		|||
XITouchClassInfo *t;
 | 
			
		||||
            	],[
 | 
			
		||||
            	have_xinput2_multitouch=yes
 | 
			
		||||
            	AC_DEFINE([SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH], [], [Description])
 | 
			
		||||
            	AC_DEFINE([SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH], 1, [])
 | 
			
		||||
                SUMMARY_video_x11="${SUMMARY_video_x11} xinput2_multitouch"
 | 
			
		||||
            	])
 | 
			
		||||
            	AC_MSG_RESULT($have_xinput2_multitouch)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue