GUACAMOLE-40: Test whether FreeRDP supports RD gateways and/or load balancing.
This commit is contained in:
parent
37fe3548de
commit
af8ef9f526
18
configure.ac
18
configure.ac
@ -609,6 +609,24 @@ then
|
||||
#include <winpr/collections.h>])
|
||||
fi
|
||||
|
||||
# Support for RDP gateways
|
||||
if test "x${have_freerdp}" = "xyes"
|
||||
then
|
||||
AC_CHECK_MEMBERS([rdpSettings.GatewayEnabled],
|
||||
[AC_DEFINE([HAVE_FREERDP_GATEWAY_SUPPORT],,
|
||||
[Whether FreeRDP supports RDP gateways])],,
|
||||
[[#include <freerdp/freerdp.h>]])
|
||||
fi
|
||||
|
||||
# Support for load balancing via connection brokers
|
||||
if test "x${have_freerdp}" = "xyes"
|
||||
then
|
||||
AC_CHECK_MEMBERS([rdpSettings.LoadBalanceInfo],
|
||||
[AC_DEFINE([HAVE_FREERDP_LOAD_BALANCER_SUPPORT],,
|
||||
[Whether FreeRDP supports load balancers])],,
|
||||
[[#include <freerdp/freerdp.h>]])
|
||||
fi
|
||||
|
||||
# Support for "PubSub" event system
|
||||
if test "x${have_freerdp}" = "xyes"
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user