summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2016-09-23 11:36:49 +0200
committerAdam Jackson <ajax@redhat.com>2016-09-28 15:47:04 -0400
commitc7a9161da5eb80ef0444601621b52314255b0ce5 (patch)
tree82fe390c12209a77c1f9940887b52fcbd3b190f0
parent6c6f09aac7f1d1367a042087b7681c7fdf1d1e0f (diff)
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
;;
*)