summaryrefslogtreecommitdiff
path: root/build_posix/aclocal
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-12-17 10:06:32 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-12-17 10:06:32 +0000
commit61541af1c5e0c871edd3c5262e9488a940b9c453 (patch)
treefeb3ff012d3b2ef2e2cedad6f3b3383663e7dda1 /build_posix/aclocal
parentbe5af88ef1b6c3e689fb74b81f554ea474e979f6 (diff)
downloadmongo-61541af1c5e0c871edd3c5262e9488a940b9c453.tar.gz
Remove HAVE_VERBOSE and most of the verbose convenience macros, verbose
debugging is always configured now.
Diffstat (limited to 'build_posix/aclocal')
-rw-r--r--build_posix/aclocal/options.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/build_posix/aclocal/options.m4 b/build_posix/aclocal/options.m4
index b4cdc748526..a65724c5e66 100644
--- a/build_posix/aclocal/options.m4
+++ b/build_posix/aclocal/options.m4
@@ -71,19 +71,6 @@ esac
AC_MSG_RESULT($wt_cv_enable_snappy)
AM_CONDITIONAL([SNAPPY], [test x$wt_cv_enable_snappy = xyes])
-AH_TEMPLATE(HAVE_VERBOSE,
- [Define to 1 to support the wiredtiger_open verbose configuration string.])
-AC_MSG_CHECKING(if --disable-verbose option specified)
-AC_ARG_ENABLE(verbose,
- [AS_HELP_STRING([--disable-verbose],
- [Disable support for verbose messages.])], r=$enableval, r=yes)
-case "$r" in
-no) wt_cv_enable_verbose=no;;
-*) AC_DEFINE(HAVE_VERBOSE)
- wt_cv_enable_verbose=yes;;
-esac
-AC_MSG_RESULT($wt_cv_enable_verbose)
-
AC_MSG_CHECKING(if --with-spinlock option specified)
AH_TEMPLATE(SPINLOCK_TYPE, [Spinlock type from mutex.h.])
AC_ARG_WITH(spinlock,