From c7a9161da5eb80ef0444601621b52314255b0ce5 Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Fri, 23 Sep 2016 11:36:49 +0200 Subject: [PATCH] Enable XTRANS_SEND_FDS on FreeBSD, DragonFly and OpenBSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This code is based on local patches which had been sitting in FreeBSD and OpenBSD ports. Reviewed-by: Matthieu Herrb Signed-off-by: François Tigeot --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dcc39689a..4fff76990 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;; *)