1 Add an option to disable the bz2 module
3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5 configure.in | 6 ++++++
6 1 file changed, 6 insertions(+)
9 ===================================================================
12 @@ -2668,6 +2668,12 @@
13 DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} ssl"
17 + AS_HELP_STRING([--disable-bz2], [disable BZIP2]),
18 + [ if test "$enableval" = "no"; then
19 + DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} bz2"
23 AS_HELP_STRING([--disable-dbm], [disable DBM]),
24 [ if test "$enableval" = "no"; then