From d9a5959139302781d1f4ac740b1af97c18a5fd08 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
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 48a902452..3b8617f93 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)
 
-- 
GitLab