mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-25 10:50:08 +03:00
autotools: Make --with-minimum disable lzma support
Fix an oversight when handling the --with-minimum option.
This commit is contained in:
parent
f9d717af97
commit
de4b270aef
@ -232,6 +232,7 @@ if test "$with_minimum" = "yes"; then
|
||||
test "$with_http" = "" && with_http=no
|
||||
test "$with_iconv" = "" && with_iconv=no
|
||||
test "$with_iso8859x" = "" && with_iso8859x=no
|
||||
test "$with_lzma" = "" && with_lzma=no
|
||||
test "$with_mem_debug" = "" && with_mem_debug=no
|
||||
test "$with_output" = "" && with_output=no
|
||||
test "$with_pattern" = "" && with_pattern=no
|
||||
|
Loading…
x
Reference in New Issue
Block a user