GUACAMOLE-485: Disable build of terminal emulator if Pango was manually disabled.
This commit is contained in:
parent
4d7191147c
commit
d75a18e603
@ -419,7 +419,7 @@ AC_ARG_WITH([terminal],
|
|||||||
if test "x$with_terminal" != "xno"
|
if test "x$with_terminal" != "xno"
|
||||||
then
|
then
|
||||||
have_terminal=yes
|
have_terminal=yes
|
||||||
if test "x${have_pango}" = "xno"
|
if test "x${have_pango}" != "xyes"
|
||||||
then
|
then
|
||||||
have_terminal=no
|
have_terminal=no
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user