mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Disable both Subblock encoder and decoder my default,
since they are not finished and may have security issues too.
This commit is contained in:
parent
b59f1e98f5
commit
9c45658ddc
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ AC_ARG_ENABLE([decoders], AC_HELP_STRING([--enable-decoders=LIST],
|
|||
[Comma-separated list of decoders to build. Default=all.
|
||||
Available decoders are the same as available encoders.]),
|
||||
[], [enable_decoders=SUPPORTED_FILTERS])
|
||||
enable_decoders=`echo "$enable_decoders" | sed 's/,/ /g'`
|
||||
enable_decoders=`echo "$enable_decoders" | sed 's/,subblock//; s/,/ /g'`
|
||||
if test "x$enable_decoders" = xno || test "x$enable_decoders" = x; then
|
||||
AC_MSG_RESULT([(none)])
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue