[PATCH:libX11] Stop checking XTRANS_SECURE_RPC_FLAGS since we no longer use them
Alan Coopersmith
alan.coopersmith at oracle.com
Fri Jan 22 09:45:05 PST 2016
Code that used SECURE_RPC definitions was removed in commit 15e5eaf6289
which outsourced X11 connection handling & authentication to libxcb.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
configure.ac | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 663abf2..20b01cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,9 +87,6 @@ m4_pattern_forbid([^XTRANS_CONNECTION_FLAGS$])
# Transport selection macro from xtrans.m4
XTRANS_CONNECTION_FLAGS
-# Secure RPC detection macro from xtrans.m4
-XTRANS_SECURE_RPC_FLAGS
-
# Preferred order to try transports for local connections
AC_MSG_CHECKING([what order to try transports in for local connections])
DEFAULT_LOCAL_TRANS=""
--
2.6.1
More information about the xorg-devel
mailing list