Github user mike-jumper commented on a diff in the pull request:

    
https://github.com/apache/incubator-guacamole-server/pull/102#discussion_r126822057
  
    --- Diff: configure.ac ---
    @@ -662,7 +662,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"],
    --- End diff --
    
    It would make even *more* sense to add a `WINPR_LIBS` variable, and modify 
`Makefile.am` accordingly. This is the pattern used elsewhere for libraries 
which may or may not be present. If they are not present/needed, then the 
variable just stays empty.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to