diff options
author | Sedat Dilek <sedat.dilek@gmail.com> | 2013-08-14 10:01:13 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-14 19:10:11 +0100 |
commit | 6bd897157b34e3b80dea68fa615d0fba08238486 (patch) | |
tree | 55ce0c11d531364287caff90469ee5058781a9b7 /configure.ac | |
parent | 5d29daa7df72d9a96e044d0706f3014811389629 (diff) |
Correct misspelled caching
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 43c33ebc..211a086f 100644 --- a/configure.ac +++ b/configure.ac @@ -371,12 +371,12 @@ fi AC_ARG_ENABLE(wt, AS_HELP_STRING([--enable-wt], - [Enable use of WT cacheing (experimental) [default=no]]), + [Enable use of WT caching (experimental) [default=no]]), [WT="$enableval"], [WT=no]) AM_CONDITIONAL(USE_WT, test x$WT = xyes) if test "x$WT" = xyes; then - AC_DEFINE(USE_WT,1,[Assume WriteThrough cacheing support]) + AC_DEFINE(USE_WT,1,[Assume WriteThrough caching support]) xp_msg="$xp_msg wt-cache" fi |