GUAC-865: Check for display update support.
This commit is contained in:
parent
7064e12959
commit
fdc21d3184
10
configure.ac
10
configure.ac
@ -474,6 +474,16 @@ then
|
|||||||
#include <winpr/collections.h>])
|
#include <winpr/collections.h>])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Header defining display update channel
|
||||||
|
if test "x${have_freerdp}" = "xyes"
|
||||||
|
then
|
||||||
|
AC_CHECK_HEADERS([freerdp/client/disp.h],
|
||||||
|
[AC_DEFINE([HAVE_FREERDP_DISPLAY_UPDATE_SUPPORT],,
|
||||||
|
[Whether FreeRDP supports the display update channel])],,
|
||||||
|
[#include <winpr/wtypes.h>
|
||||||
|
#include <winpr/collections.h>])
|
||||||
|
fi
|
||||||
|
|
||||||
# Addin registration variations
|
# Addin registration variations
|
||||||
if test "x${have_freerdp}" = "xyes"
|
if test "x${have_freerdp}" = "xyes"
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user