* configure.ac: Fixed typo in --enable-cache-stats description.

This commit is contained in:
Szymon Janc 2011-08-19 17:24:18 +02:00
parent 99cecb4fc7
commit 055e2b8b4f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-08-19 Szymon Janc <szymon@janc.net.pl>
* configure.ac: Fixed typo in --enable-cache-stats description.
2010-10-05 Szymon Janc <szymon@janc.net.pl>
Make enable of disk cache statistics code configurable.

View File

@ -719,7 +719,7 @@ AC_ARG_ENABLE([mm-debug],
AC_ARG_ENABLE([cache-stats],
AS_HELP_STRING([--enable-cache-stats],
[enable disk cache statistics collection])])
[enable disk cache statistics collection]))
if test x$enable_cache_stats = xyes; then
DISK_CACHE_STATS=1