gdm r6168 - branches/gnome-2-20



Author: bcameron
Date: Wed Apr 23 00:37:30 2008
New Revision: 6168
URL: http://svn.gnome.org/viewvc/gdm?rev=6168&view=rev

Log:
2008-04-22 Brian Cameron <brian cameron sun com>

        * configure.ac: Remove the broken logic which was trying
          to append ${prefix}/bin to the DefaultPath and RootPath.
          Users will need to use --with-post-path configure option
          if they want to add their own directories to the
          DefaultPath and RootPath.  Fixes bug #510469.


Modified:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/configure.ac

Modified: branches/gnome-2-20/configure.ac
==============================================================================
--- branches/gnome-2-20/configure.ac	(original)
+++ branches/gnome-2-20/configure.ac	Wed Apr 23 00:37:30 2008
@@ -1203,13 +1203,6 @@
    X_CONFIG_OPTIONS="-audit 0"
 fi
 
-# Don't add bindir to GDM_USER_PATH if it is already in the PATH.
-# If it is /bin or /usr/bin, for example.
-if test "x$real_gdm_prefix" != "x/" -a "x$real_gdm_prefix" != "x/usr"; then
-    GDM_USER_PATH="$GDM_USER_PATH:${bindir}"
-fi
-
-
 # Use Xephyr if it is available.  It works better than Xnest since Xephyr
 # supports the Xserver extensions, even if on a remote machine.
 #



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