From d75a18e60343552d3d306ca2f964a59e06b81024 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 6 Feb 2018 20:21:14 -0800 Subject: [PATCH] GUACAMOLE-485: Disable build of terminal emulator if Pango was manually disabled. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ae07430..42e8197b 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