minor configure.ac typo fix for --help output

This commit is contained in:
Michael Rash
2013-05-30 22:42:13 -04:00
parent 1e77535068
commit b5c8146823
+1 -1
View File
@@ -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], [