* Show the default for --with-store-dir (Nix/211).

This commit is contained in:
Eelco Dolstra 2011-07-13 15:57:44 +00:00
parent d5d4dcd4c9
commit d9a5959139
1 changed files with 1 additions and 1 deletions

View File

@ -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)