mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Fix SEARCH_LIBS.
This commit is contained in:
		@@ -232,8 +232,8 @@ if test "x$found_ncurses" = xyes; then
 | 
			
		||||
	LIBS="$LIBNCURSES_LIBS $LIBTINFO_LIBS $LIBS"
 | 
			
		||||
else
 | 
			
		||||
	AC_SEARCH_LIBS(
 | 
			
		||||
		[tinfo ncurses ncursesw],
 | 
			
		||||
		setupterm,
 | 
			
		||||
		[tinfo ncurses ncursesw],
 | 
			
		||||
		found_ncurses=yes,
 | 
			
		||||
		found_ncurses=no
 | 
			
		||||
	)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user