GUACAMOLE-485: Merge terminal emulator build fix.

This commit is contained in:
James Muehlner 2018-02-06 20:54:56 -08:00
commit 1cf86e12a1

View File

@ -419,7 +419,7 @@ AC_ARG_WITH([terminal],
if test "x$with_terminal" != "xno"
then
have_terminal=yes
if test "x${have_pango}" = "xno"
if test "x${have_pango}" != "xyes"
then
have_terminal=no
fi