Enable XTRANS_SEND_FDS on FreeBSD, DragonFly and OpenBSD
This code is based on local patches which had been sitting in FreeBSD and OpenBSD ports. Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> Signed-off-by: François Tigeot <ftigeot@wolfpond.org>
This commit is contained in:
		
							parent
							
								
									6c6f09aac7
								
							
						
					
					
						commit
						c7a9161da5
					
				| 
						 | 
				
			
			@ -1231,7 +1231,7 @@ AC_ARG_ENABLE(xtrans-send-fds,	AS_HELP_STRING([--disable-xtrans-send-fds], [Use
 | 
			
		|||
case "x$XTRANS_SEND_FDS" in
 | 
			
		||||
xauto)
 | 
			
		||||
	case "$host_os" in
 | 
			
		||||
	linux*|solaris*)
 | 
			
		||||
	linux*|solaris*|freebsd*|dragonfly*|openbsd*)
 | 
			
		||||
		XTRANS_SEND_FDS=yes
 | 
			
		||||
		;;
 | 
			
		||||
	*)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue