diff options
author | Keith Bostic <keith@wiredtiger.com> | 2016-01-28 12:44:09 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2016-01-28 12:44:09 -0500 |
commit | 12be963758d16e7669ea2d7025e5cf6c5e321b13 (patch) | |
tree | d6a2ba9278b46ee3ec027d81f4eae7420cf2e958 /build_win | |
parent | 7fea169e425b2a56d88351f362d746d5b5dd77f5 (diff) | |
download | mongo-12be963758d16e7669ea2d7025e5cf6c5e321b13.tar.gz |
WT-2352: Allow build and test without requiring lz4
Remove support for the bzip2 compression engine.
Diffstat (limited to 'build_win')
-rw-r--r-- | build_win/wiredtiger_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build_win/wiredtiger_config.h b/build_win/wiredtiger_config.h index d1ed307cb85..33dbc9b724d 100644 --- a/build_win/wiredtiger_config.h +++ b/build_win/wiredtiger_config.h @@ -52,9 +52,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 -/* Define to 1 if you have the `bz2' library (-lbz2). */ -/* #undef HAVE_LIBBZ2 */ - /* Define to 1 if you have the `dl' library (-ldl). */ /* #undef HAVE_LIBDL */ |