From b5c81468232ca5b171611af3e09fb418298054d1 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Thu, 30 May 2013 22:42:13 -0400 Subject: [PATCH] minor configure.ac typo fix for --help output --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a45a031e..e0539ac2 100644 --- a/configure.ac +++ b/configure.ac @@ -306,7 +306,7 @@ dnl want_file_cache=yes AC_ARG_ENABLE([file-cache], [AS_HELP_STRING([--disable-file-cache], - [Replace file cache with gdbm/ndbm @<:@default on@:>@])], + [Replace file cache with gdbm/ndbm @<:@default=no@:>@])], [want_file_cache=$enableval], []) AS_IF([test "$want_file_cache" = yes], [