X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=8aba8a79d9c531320b39cce1e64bfa403f8afe38;hp=8026f7cf8a3761a8da379033b7e42e2b3352f69d;hb=cfde2704fe41650d8bdb5eb9108d5fdc6a91aa19;hpb=246bfbcf2423a23d16d86e0518512302f07dbf04 diff --git a/configure.in b/configure.in index 8026f7cf..8aba8a79 100644 --- a/configure.in +++ b/configure.in @@ -1232,6 +1232,10 @@ AC_HELP_STRING([--without-brotli], [Disable Brotli detection]), if test X"$WITH_BROTLI" != Xno; then LIBS="$LIBS -lbrotlidec" + if test $target_type = mingw; then + # XXX: why does just the mingw build need this??? + LIBS="$LIBS -lbrotlicommon -lbrotlienc" + fi AC_CHECK_LIB(brotlidec, BrotliDecoderDecompress)