about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-07-13T15·57+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-07-13T15·57+0000
commitd9a5959139302781d1f4ac740b1af97c18a5fd08 (patch)
tree3b6fea8312ff74ba98fae2d9dddb4728cd39fda6 /configure.ac
parentd5d4dcd4c988363beb2bb408ac31750e4c027176 (diff)
* Show the default for --with-store-dir (Nix/211).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 48a9024521..3b8617f93d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)