summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-09-08 22:20:49 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-09-08 22:20:49 +1000
commitc7ddaaeef8cf7483111c7266c99bf490b4e88016 (patch)
treeb209f6c76d52e0423780841f422771998a36b5e9 /build_posix
parentdea653d368b8544d634a0dd816c96a5b1afbfb98 (diff)
downloadmongo-c7ddaaeef8cf7483111c7266c99bf490b4e88016.tar.gz
Fixes for the LevelDB JNI build. Make the fields of Slice public, rename the config file and only include the necessary defines.
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in
index dd5bce738ea..268ed586232 100644
--- a/build_posix/configure.ac.in
+++ b/build_posix/configure.ac.in
@@ -165,7 +165,7 @@ AC_CONFIG_HEADERS([wiredtiger_config.h:build_posix/config.hin])
# The LevelDB API needs some configuration knowledge
AM_COND_IF([LEVELDB],
- AC_CONFIG_HEADERS([api/leveldb/wiredtiger_config.h:build_posix/config.hin]))
+ AC_CONFIG_HEADERS([api/leveldb/leveldb_wt_config.h:api/leveldb/config.hin]))
# BEGIN check existence -- maintained by reconf and Make.subdirs
# END check existence