Code that used SECURE_RPC definitions was removed in commit 15e5eaf6289 which outsourced X11 connection handling & authentication to libxcb.
Signed-off-by: Alan Coopersmith <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
