[Xcb] [PATCH libxcb 2/2] sendfds: improve configuration help text
Gaetan Nadon
memsize at videotron.ca
Sun Feb 23 11:24:18 PST 2014
Use a positive --enable terminology. The FD passing feature is enabled
by default if the system permits it. It is a desirable feature.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 61941d7..288a6d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@ AC_HEADER_STDC
AC_SEARCH_LIBS(getaddrinfo, socket)
AC_SEARCH_LIBS(connect, socket)
-AC_ARG_ENABLE(sendfds, AS_HELP_STRING([--disable-sendfds], [Support FD passing (default: auto)]),
+AC_ARG_ENABLE(sendfds, AS_HELP_STRING([--enable-sendfds], [Support FD passing (default: auto)]),
[sendfds=$enableval], [sendfds=auto])
case x$sendfds in
@@ -300,7 +300,7 @@ echo " Package: ${PACKAGE_NAME} ${PACKAGE_VERSION}"
echo ""
echo " Configuration"
echo " XDM support.........: ${have_xdmcp}"
-echo " sendmsg fd passing..: ${sendfds}"
+echo " Support FD passing..: ${sendfds}"
echo " Build unit tests....: ${HAVE_CHECK}"
echo " with html results.: ${HTML_CHECK_RESULT}"
echo " XCB buffer size.....: ${xcb_queue_buffer_size}"
--
1.7.9.5
More information about the Xcb
mailing list