mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Missing period.
This commit is contained in:
		@@ -144,7 +144,7 @@ if test "x$found_curses" = xno; then
 | 
				
			|||||||
    AC_MSG_ERROR("curses not found")
 | 
					    AC_MSG_ERROR("curses not found")
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Look for utempter
 | 
					# Look for utempter.
 | 
				
			||||||
AC_CHECK_HEADER(utempter.h, have_utempter=yes, have_utempter=no)
 | 
					AC_CHECK_HEADER(utempter.h, have_utempter=yes, have_utempter=no)
 | 
				
			||||||
if test "x$have_utempter" = xyes; then
 | 
					if test "x$have_utempter" = xyes; then
 | 
				
			||||||
   AC_DEFINE(HAVE_UTEMPTER)
 | 
					   AC_DEFINE(HAVE_UTEMPTER)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user