summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/build_posix/aclocal/options.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/build_posix/aclocal/options.m4')
-rw-r--r--src/third_party/wiredtiger/build_posix/aclocal/options.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/src/third_party/wiredtiger/build_posix/aclocal/options.m4 b/src/third_party/wiredtiger/build_posix/aclocal/options.m4
index 132a0cb609f..2a20716a9bc 100644
--- a/src/third_party/wiredtiger/build_posix/aclocal/options.m4
+++ b/src/third_party/wiredtiger/build_posix/aclocal/options.m4
@@ -185,20 +185,6 @@ pthread_adaptive|pthreads_adaptive)
esac
AC_MSG_RESULT($with_spinlock)
-AH_TEMPLATE(HAVE_PAGE_VERSION_TS,
- [Define to 1 to enable writing timestamp version page formats.])
-AC_MSG_CHECKING(if --enable-page-version-ts option specified)
-AC_ARG_ENABLE(page-version-ts,
- [AS_HELP_STRING([--enable-page-version-ts],
- [Configure for timestamp version page formats])],
- r=$enableval, r=no)
-case "$r" in
-no) wt_cv_enable_page_version_ts=no;;
-*) AC_DEFINE(HAVE_PAGE_VERSION_TS)
- wt_cv_enable_page_version_ts=yes;;
-esac
-AC_MSG_RESULT($wt_cv_enable_page_version_ts)
-
AC_MSG_CHECKING(if --enable-strict option specified)
AC_ARG_ENABLE(strict,
[AS_HELP_STRING([--enable-strict],