forked from lix-project/lix
* Show the default for --with-store-dir (Nix/211).
This commit is contained in:
parent
d5d4dcd4c9
commit
d9a5959139
|
@ -207,7 +207,7 @@ AC_SUBST(xmlflags)
|
|||
|
||||
|
||||
AC_ARG_WITH(store-dir, AC_HELP_STRING([--with-store-dir=PATH],
|
||||
[path of the Nix store]),
|
||||
[path of the Nix store (defaults to /nix/store)]),
|
||||
storedir=$withval, storedir='/nix/store')
|
||||
AC_SUBST(storedir)
|
||||
|
||||
|
|
Loading…
Reference in a new issue