summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-04-22 15:01:52 -0400
committerRay Strode <rstrode@redhat.com>2014-04-22 15:01:52 -0400
commit1282e09a595b73ae530ccb4ed9f942947d1f3fba (patch)
tree15d1350e9e480bdf53be3f4e2372969f359218d5
parentc9bebed00008724600aef6c401f21245f7678e45 (diff)
downloadgdm-1282e09a595b73ae530ccb4ed9f942947d1f3fba.tar.gz
configure: change default PATH to include sbin
-rw-r--r--configure.ac2
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)