summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c03dcb5f..ca2abe97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -955,7 +955,7 @@ AC_ARG_WITH([bzip2],
[Enable bzip2 support for mod_compress]
)],
[WITH_BZIP2=$withval],
- [WITH_BZIP2=yes]
+ [WITH_BZIP2=no]
)
AC_MSG_RESULT([$WITH_BZIP2])