Enable compression in WiredTiger build.

This commit is contained in:
Gregory Burd 2012-12-04 13:35:10 -05:00
parent 70f6e17505
commit 2a47d63ce9

View file

@ -20,6 +20,7 @@ case "$1" in
(cd wiredtiger-$WT_VSN/build_posix && \
../configure --with-pic \
--enable-bzip2 --enable-snappy \
--prefix=$BASEDIR/system && \
make && make install)