* builds/unix/configure.raw: Change argument name to brotli.

This commit is contained in:
Nikhil Ramakrishnan 2019-06-30 04:15:55 +05:30
parent 8e05ab3e2e
commit 6d3d309ae6
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ fi
# check for system libbrotlidec
AC_ARG_WITH([libbrotlidec],
AC_ARG_WITH([brotli],
[AS_HELP_STRING([--with-brotli=@<:@yes|no|auto@:>@],
[Support decompression of WOFF2 streams @<:@default=auto@:>@])],
[], [with_brotli=auto])