[gdm] Change fallback location to look for X



commit d7c08c2131782de5dc95d1cc1957117846592c34
Author: Ray Strode <rstrode redhat com>
Date:   Wed Sep 15 19:11:17 2010 -0400

    Change fallback location to look for X
    
    The old fallbacks aren't right these days.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=588848

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fd920c0..913438d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1164,8 +1164,8 @@ else
    # what to do, what to do, this is wrong, but this just sets the
    # defaults, perhaps this user is cross compiling or some such
    X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin"
-   X_SERVER_PATH="/usr/X11R6/bin"
-   X_SERVER="/usr/X11R6/bin/X"
+   X_SERVER_PATH="/usr/bin"
+   X_SERVER="/usr/bin/X"
    X_CONFIG_OPTIONS="-audit 0"
 fi
 



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