summaryrefslogtreecommitdiff
path: root/build_posix/aclocal/options.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build_posix/aclocal/options.m4')
-rw-r--r--build_posix/aclocal/options.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/build_posix/aclocal/options.m4 b/build_posix/aclocal/options.m4
index 0fb49dbf1df..5f9b8748df2 100644
--- a/build_posix/aclocal/options.m4
+++ b/build_posix/aclocal/options.m4
@@ -215,6 +215,16 @@ pthread_adaptive|pthreads_adaptive)
esac
AC_MSG_RESULT($with_spinlock)
+AC_MSG_CHECKING(if --enable-strict option specified)
+AC_ARG_ENABLE(strict,
+ [AS_HELP_STRING([--enable-strict],
+ [Enable strict compiler checking.])], r=$enableval, r=no)
+case "$r" in
+no) wt_cv_enable_strict=no;;
+*) wt_cv_enable_strict=yes;;
+esac
+AC_MSG_RESULT($wt_cv_enable_strict)
+
AH_TEMPLATE(HAVE_VERBOSE, [Enable verbose message configuration.])
AC_MSG_CHECKING(if --enable-verbose option specified)
AC_ARG_ENABLE(verbose,