diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2014-09-08 22:20:49 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2014-09-08 22:20:49 +1000 |
commit | c7ddaaeef8cf7483111c7266c99bf490b4e88016 (patch) | |
tree | b209f6c76d52e0423780841f422771998a36b5e9 /build_posix | |
parent | dea653d368b8544d634a0dd816c96a5b1afbfb98 (diff) | |
download | mongo-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.in | 2 |
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 |