[gdm/rhel-7.9: 50/51] configure: don't assume x server defaults to local only




commit 929b8927d4b6c544b8700765d6a0cf902b85c47f
Author: Ray Strode <rstrode redhat com>
Date:   Mon Dec 3 13:58:47 2018 -0500

    configure: don't assume x server defaults to local only
    
    it doesn't in rhel.

 configure.ac | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7ad55df84..4ed53027f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1270,14 +1270,6 @@ else
    X_SERVER="/usr/bin/X"
 fi
 
-dnl ---------------------------------------------------------------------------
-dnl - Check if Xorg is new enough to require '-listen tcp' (1.17)
-dnl ---------------------------------------------------------------------------
-
-if $PKG_CONFIG --atleast-version=1.17 xorg-server; then
-   AC_DEFINE([HAVE_XSERVER_THAT_DEFAULTS_TO_LOCAL_ONLY], [], [XServer disables tcp access by default])
-fi
-
 dnl ---------------------------------------------------------------------------
 dnl - Expand vars
 dnl ---------------------------------------------------------------------------


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]