mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	The HAVE_DIRFD check should be for dirfd() not /proc/$$/fd. Doh.
This commit is contained in:
		
							
								
								
									
										10
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								configure.ac
									
									
									
									
									
								
							@@ -328,6 +328,7 @@ AM_CONDITIONAL(NO_GETOPT, [test "x$found_getopt" = xno])
 | 
			
		||||
AC_CHECK_FUNCS(
 | 
			
		||||
	[ \
 | 
			
		||||
		bzero \
 | 
			
		||||
		dirfd \
 | 
			
		||||
		setproctitle \
 | 
			
		||||
		sysconf \
 | 
			
		||||
	]
 | 
			
		||||
@@ -401,15 +402,6 @@ else
 | 
			
		||||
	AC_MSG_RESULT(no)
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Look for /proc/$$/fd.
 | 
			
		||||
AC_MSG_CHECKING(for /proc/\$\$/fd)
 | 
			
		||||
if test -d /proc/$$/fd; then
 | 
			
		||||
	AC_DEFINE(HAVE_DIRFD)
 | 
			
		||||
	AC_MSG_RESULT(yes)
 | 
			
		||||
else
 | 
			
		||||
	AC_MSG_RESULT(no)
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Figure out the platform for osdep-*.c and forkpty-*.c.
 | 
			
		||||
AC_MSG_CHECKING(platform)
 | 
			
		||||
case "$host_os" in
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user