From 055e2b8b4f31be61160384d202c2f90422a723c2 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 19 Aug 2011 17:24:18 +0200 Subject: [PATCH] * configure.ac: Fixed typo in --enable-cache-stats description. --- ChangeLog.cacheinfo | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.cacheinfo b/ChangeLog.cacheinfo index a26271cca..7e24e1083 100644 --- a/ChangeLog.cacheinfo +++ b/ChangeLog.cacheinfo @@ -1,3 +1,7 @@ +2011-08-19 Szymon Janc + + * configure.ac: Fixed typo in --enable-cache-stats description. + 2010-10-05 Szymon Janc Make enable of disk cache statistics code configurable. diff --git a/configure.ac b/configure.ac index 5f7846d41..224c9c9de 100644 --- a/configure.ac +++ b/configure.ac @@ -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