On 19.02.26 17:12, Euler Taveira wrote:
> On Thu, Dec 4, 2025, at 11:23 PM, Michael Paquier wrote:
>>
>> So this had better be adjusted in one go, in the shape of a tweak in
>> mingw_cross_warning_script with the addition of a --without-lz4, same
>> way as for ICU.
>>
> Done.
>
>> Hmm. It seems to me that we should just set not_found_dep if lz4
>> cannot be found, leaving meson_options.txt as it is currently, no?
>>
> Done.
>
> Changes from last version:
>
> - adjust CI
> - set not_found_dep instead of warning message
> - remove quotes from default_toast_compression value
>
> It is aligned with ICU and readline behavior.
Your patch is adding documentation for the configure option
--without-lz4, but you are leaving the documentation for --with-lz4 in
place. You should delete the latter.