diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 08fa1f32..65cd5dc2 100644 --- a/configure.ac +++ b/configure.ac @@ -825,8 +825,8 @@ _AS_ECHO([ JPEG enabled : ${jpeg_ok}]) _AS_ECHO([ PNG enabled : ${png_ok}]) _AS_ECHO([ GIF enabled : ${enable_gif}]) _AS_ECHO([ SVG enabled : ${enable_svg}]) -_AS_ECHO([ WEBP enabled : ${enable_webp}]) -_AS_ECHO([ Brotli enabled : ${enable_brotli}]) +_AS_ECHO([ WEBP enabled : ${webp_ok}]) +_AS_ECHO([ Brotli enabled : ${brotli_ok}]) _AS_ECHO([]) _AS_ECHO([ HTML tests : ${html_tests_ok}]) _AS_ECHO([]) |