GUACAMOLE-485: Disable build of terminal emulator if Pango was manually disabled.

This commit is contained in:
Michael Jumper 2018-02-06 20:21:14 -08:00
parent 4d7191147c
commit d75a18e603

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