From 092d8533db42fc0ad08bcf9c3af12c940974a88e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 20 Sep 2015 18:24:34 -0700 Subject: [PATCH] GUAC-1305: Correct informational message regarding WebP support. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ab6fc69a..5018d5cc 100644 --- a/configure.ac +++ b/configure.ac @@ -955,7 +955,7 @@ then AC_MSG_WARN([ -------------------------------------------- Unable to find libwebp. - guacd will not support WebP image encoding. + Images will not be encoded using WebP. --------------------------------------------]) else AC_DEFINE([ENABLE_WEBP],, [Whether WebP support is enabled])