From d9a5959139302781d1f4ac740b1af97c18a5fd08 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 13 Jul 2011 15:57:44 +0000 Subject: [PATCH] * Show the default for --with-store-dir (Nix/211). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 48a90245..3b8617f9 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)