* builds/unix/configure.raw: Change argument name to `brotli'.
This commit is contained in:
parent
9443a1bc3e
commit
732da8a4b7
@ -1,3 +1,7 @@
|
||||
2019-08-27 Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
|
||||
|
||||
* builds/unix/configure.raw: Change argument name to `brotli'.
|
||||
|
||||
2019-08-27 Nikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>
|
||||
|
||||
Add Brotli dependency and required checks.
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user