mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	We need VIS_DQ in vis.h as well.
This commit is contained in:
		@@ -448,6 +448,13 @@ if test "x$found_stravis" = xyes; then
 | 
			
		||||
		AC_MSG_RESULT(yes)
 | 
			
		||||
	fi
 | 
			
		||||
fi
 | 
			
		||||
if test "x$found_stravis" = xyes; then
 | 
			
		||||
	AC_CHECK_DECL(
 | 
			
		||||
		VIS_DQ,
 | 
			
		||||
		,
 | 
			
		||||
		[found_stravis=no]),
 | 
			
		||||
		[#include <vis.h>])
 | 
			
		||||
fi
 | 
			
		||||
if test "x$found_stravis" = xyes; then
 | 
			
		||||
	AC_DEFINE(HAVE_VIS)
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user