summaryrefslogtreecommitdiff
path: root/build_posix/Make.base
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-09-02 23:26:51 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-09-02 23:26:51 +1000
commit6d3806743ee99cf50c386687657aaac339b3ec2b (patch)
tree8172fe95947c054408a350681a70123a14ca2a18 /build_posix/Make.base
parent9d306b3eded7713bfe30eda99419673af05e9f9e (diff)
downloadmongo-6d3806743ee99cf50c386687657aaac339b3ec2b.tar.gz
Fix a typo in the configuration of --enable-bzip2.
--HG-- extra : rebase_source : 1c509a08f0d04e38bec2fbda58fce05e7a0fed21
Diffstat (limited to 'build_posix/Make.base')
-rw-r--r--build_posix/Make.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index 6ec55b6dad7..ceb4eecc3b2 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I build_posix/aclocal
-if HAVE_BZIP2
+if BZIP2
BZBUILD = ext/compressors/bzip2_compress
endif
if PYTHON