Don't make brotli a hard dependency

This commit is contained in:
Eelco Dolstra 2017-03-21 14:47:35 +01:00
parent f8b84a3b8c
commit 7347daba8c
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ NEED_PROG(gzip, gzip)
NEED_PROG(xz, xz)
AC_PATH_PROG(dot, dot)
AC_PATH_PROG(pv, pv, pv)
NEED_PROG(bro, bro)
AC_PATH_PROG(bro, bro, bro)
# Test that Perl has the open/fork feature (Perl 5.8.0 and beyond).