* configure.ac: Fixed typo in --enable-cache-stats description.
This commit is contained in:
parent
99cecb4fc7
commit
055e2b8b4f
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue