build: remove bashism from configure.ac constructing session_tracking value
(ln -snf /bin/dash ./sh; export PATH=".:$PATH"; export CONFIG_SHELL=/bin/dash; ./configure) https://bugzilla.gnome.org/show_bug.cgi?id=743480
This commit is contained in:
@@ -384,7 +384,7 @@ if test "$use_consolekit" = "yes"; then
|
||||
AC_DEFINE([CKDB_PATH], "/var/run/ConsoleKit/database", [Path to ConsoleKit database])
|
||||
session_tracking="$session_tracking, consolekit"
|
||||
fi
|
||||
session_tracking=${session_tracking:2}
|
||||
session_tracking="$(printf '%s' "${session_tracking}" | sed 's/^, //')"
|
||||
|
||||
AC_ARG_WITH(suspend-resume, AS_HELP_STRING([--with-suspend-resume=upower|systemd], [Build NetworkManager with specific suspend/resume support]))
|
||||
if test "z$with_suspend_resume" = "z"; then
|
||||
|
Reference in New Issue
Block a user