mirror of
				https://gitlab.com/qemu-project/seabios.git
				synced 2025-10-30 07:58:38 +08:00 
			
		
		
		
	kconfig: fix the check-lxdialog.sh to work with gcc 14+
Message-ID: <20250304130949.6915-1-nikola@radojevic.rs> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
		 nikolar via SeaBIOS
					nikolar via SeaBIOS
				
			
				
					committed by
					
						 Gerd Hoffmann
						Gerd Hoffmann
					
				
			
			
				
	
			
			
			 Gerd Hoffmann
						Gerd Hoffmann
					
				
			
						parent
						
							8863cbbd15
						
					
				
				
					commit
					9029a010ec
				
			| @ -43,7 +43,7 @@ trap "rm -f $tmp" 0 1 2 3 15 | ||||
| check() { | ||||
|         $cc -x c - -o $tmp 2>/dev/null <<'EOF' | ||||
| #include CURSES_LOC | ||||
| main() {} | ||||
| int main() {} | ||||
| EOF | ||||
| 	if [ $? != 0 ]; then | ||||
| 	    echo " *** Unable to find the ncurses libraries or the"       1>&2 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user