Repository: incubator-guacamole-server Updated Branches: refs/heads/master 012a3497e -> 95be88be1
GUACAMOLE-296: Fix linking issue that causes audio issues with FreeRDP 1.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/9487eb2d Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/9487eb2d Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/9487eb2d Branch: refs/heads/master Commit: 9487eb2dc9d3e1ac4841a8fd2829102db8455316 Parents: d35cc7a Author: Nick Couchman <[email protected]> Authored: Tue Jul 11 12:20:59 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Fri Oct 13 21:04:13 2017 -0400 ---------------------------------------------------------------------- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/9487eb2d/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index e04d581..fb12fb4 100644 --- a/configure.ac +++ b/configure.ac @@ -695,7 +695,7 @@ fi # Check for stream support via WinPR if test "x${have_freerdp}" = "xyes" then - AC_CHECK_HEADER(winpr/stream.h,, + AC_CHECK_HEADER(winpr/stream.h,[RDP_LIBS="$RDP_LIBS -lwinpr-utils"], [have_winpr=no, AC_CHECK_DECL([stream_write_uint8],, [AC_MSG_WARN([
