Disable use of liblzma by default in configure too

Make configure behaviour consistent with CMake the default value of 0
for wxUSE_LIBLZMA in setup.h under MSW.

This also means that dependency on the system liblzma is not picked up
by default when --disable-sys-libs configure option is used, as this was
rather unexpected.
This commit is contained in:
Vadim Zeitlin
2021-07-24 20:36:52 +02:00
parent 5a514afd34
commit d50a707b0f
3 changed files with 14 additions and 7 deletions

1
configure vendored
View File

@@ -4100,6 +4100,7 @@ DEFAULT_wxUSE_LIBCURL=auto
DEFAULT_wxUSE_LIBGNOMEVFS=no
DEFAULT_wxUSE_LIBMSPACK=no
DEFAULT_wxUSE_LIBSDL=no
DEFAULT_wxUSE_LIBLZMA=no
DEFAULT_wxUSE_CAIRO=no
DEFAULT_wxUSE_ACCESSIBILITY=no