diff options
author | Ray Strode <rstrode@redhat.com> | 2014-04-22 15:01:52 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2014-04-22 15:01:52 -0400 |
commit | 1282e09a595b73ae530ccb4ed9f942947d1f3fba (patch) | |
tree | 15d1350e9e480bdf53be3f4e2372969f359218d5 /configure.ac | |
parent | c9bebed00008724600aef6c401f21245f7678e45 (diff) | |
download | gdm-1282e09a595b73ae530ccb4ed9f942947d1f3fba.tar.gz |
configure: change default PATH to include sbin
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa0a13fc..26455f3f 100644 --- a/configure.ac +++ b/configure.ac @@ -287,7 +287,7 @@ AC_ARG_WITH(default-path, if test x$withval != x; then GDM_SESSION_DEFAULT_PATH="$withval" else - GDM_SESSION_DEFAULT_PATH="/usr/local/bin:/usr/bin:/bin" + GDM_SESSION_DEFAULT_PATH="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" fi AC_SUBST(GDM_SESSION_DEFAULT_PATH) |