GUACAMOLE-485: Merge terminal emulator build fix.
diff --git a/configure.ac b/configure.ac
index 8ae0743..42e8197 100644
--- a/configure.ac
+++ b/configure.ac
@@ -419,7 +419,7 @@
 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