From 5090f6f246bfad2eb80f3cc222963f73996d8028 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 Feb 2013 17:25:20 +0100 Subject: Enable FD passing and thus building of the UI-server. * configure.ac: Make --enable-fd-passing the default. * src/engine-uiserver.c (_gpgme_engine_ops_uiserver): Syntax fix. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0fb326e6..693d403c 100644 --- a/configure.ac +++ b/configure.ac @@ -870,9 +870,9 @@ AC_CHECK_MEMBER(struct cmsghdr.cmsg_len, #include ]) -use_descriptor_passing=no +use_descriptor_passing=yes AC_ARG_ENABLE(fd-passing, - AC_HELP_STRING([--enable-fd-passing], [use FD passing if supported]), + AC_HELP_STRING([--disable-fd-passing], [do not use FD passing]), use_descriptor_passing=$enableval) if test "$supports_descriptor_passing" != "yes"; then -- cgit v1.2.3