summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/aclocal/options.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/build_posix/aclocal/options.m4 b/build_posix/aclocal/options.m4
index 95b9e823d54..8cfc6f0133e 100644
--- a/build_posix/aclocal/options.m4
+++ b/build_posix/aclocal/options.m4
@@ -75,11 +75,6 @@ if test "$wt_cv_enable_hyperleveldb" = "yes"; then
[AC_MSG_ERROR([--enable-leveldb=hyper requires hyperleveldb/db.h])])
AC_LANG_POP([C++])
AC_DEFINE(HAVE_HYPERLEVELDB)
-elif test "$wt_cv_enable_leveldb" = "yes"; then
- AC_LANG_PUSH([C++])
- AC_CHECK_HEADER(leveldb/db.h,,
- [AC_MSG_ERROR([--enable-leveldb requires leveldb/db.h])])
- AC_LANG_POP([C++])
fi
AM_CONDITIONAL([LEVELDB], [test "$wt_cv_enable_leveldb" = "yes"])