Repository: guacamole-server
Updated Branches:
  refs/heads/master 4d7191147 -> 1cf86e12a


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


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/d75a18e6
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/d75a18e6
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/d75a18e6

Branch: refs/heads/master
Commit: d75a18e60343552d3d306ca2f964a59e06b81024
Parents: 4d71911
Author: Michael Jumper <mjum...@apache.org>
Authored: Tue Feb 6 20:21:14 2018 -0800
Committer: Michael Jumper <mjum...@apache.org>
Committed: Tue Feb 6 20:21:14 2018 -0800

----------------------------------------------------------------------
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/d75a18e6/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 8ae0743..42e8197 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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

Reply via email to