diff --git a/ChangeLog b/ChangeLog index 434bb0be2..e256b87c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-08-27 Nikhil Ramakrishnan + + * builds/unix/configure.raw: Change argument name to `brotli'. + 2019-08-27 Nikhil Ramakrishnan Add Brotli dependency and required checks. diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index a24235332..5a3504258 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -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])