Add missing comma.
This commit is contained in:
parent
9d2b0e1f95
commit
733c008f9b
@ -300,7 +300,7 @@ AC_CHECK_HEADERS([freerdp/client/cliprdr.h],,
|
|||||||
RDP will be disabled.
|
RDP will be disabled.
|
||||||
--------------------------------------------])
|
--------------------------------------------])
|
||||||
have_freerdp=no],
|
have_freerdp=no],
|
||||||
[#include <freerdp/types.h>])
|
[#include <freerdp/types.h>]),
|
||||||
[#include <winpr/wtypes.h>
|
[#include <winpr/wtypes.h>
|
||||||
#include <winpr/collections.h>])
|
#include <winpr/collections.h>])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user