summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-06-13 16:09:28 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-06-13 16:09:28 +1000
commit6c77edb0b2d3f3f146d0d93a4d892fc2a28aa073 (patch)
tree0c137b9f73fe74f59917ce32c2900c4e3655e0db /build_posix
parent726c18a68137125a4af89fd50c0f10bb85e3fa35 (diff)
downloadmongo-6c77edb0b2d3f3f146d0d93a4d892fc2a28aa073.tar.gz
Don't search for LevelDB headers now they are in our tree.
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"])