mirror of https://github.com/MidnightCommander/mc
fixup! Ticket #2636: The various MC config placements.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
6c32fa3b84
commit
48966dc194
|
@ -410,7 +410,7 @@ dnl Where config files should be placed
|
|||
dnl
|
||||
|
||||
AC_ARG_WITH([homedir],
|
||||
AS_HELP_STRING([--enable-homedir], [Choose any place of user settings relative to home dir, or XDG for respect XDG standards @<:@XDG@:>@]),
|
||||
AS_HELP_STRING([--with-homedir], [Choose any place of user settings relative to home dir, or XDG for respect XDG standards @<:@XDG@:>@]),
|
||||
[
|
||||
if test "x$withval" = "xXDG"; then
|
||||
with_homedir=XDG
|
||||
|
|
Loading…
Reference in New Issue