GUAC-1305: Correct informational message regarding WebP support.

This commit is contained in:
Michael Jumper 2015-09-20 18:24:34 -07:00
parent 42dba743eb
commit 092d8533db

View File

@ -955,7 +955,7 @@ then
AC_MSG_WARN([ AC_MSG_WARN([
-------------------------------------------- --------------------------------------------
Unable to find libwebp. Unable to find libwebp.
guacd will not support WebP image encoding. Images will not be encoded using WebP.
--------------------------------------------]) --------------------------------------------])
else else
AC_DEFINE([ENABLE_WEBP],, [Whether WebP support is enabled]) AC_DEFINE([ENABLE_WEBP],, [Whether WebP support is enabled])