mike-jumper opened a new pull request, #540:
URL: https://github.com/apache/guacamole-server/pull/540

   Previously, the name of the library would change depending on which version 
is installed:
   
   ```
   $ ./configure
   ...
   ------------------------------------------------
   guacamole-server version 1.5.5
   ------------------------------------------------
   
      Library status:
   
        freerdp3 ............ yes
        pango ............... yes
        libavcodec .......... yes
   ...
   ```
   
   and there was no output for the "disabled" case:
   
   ```
   ...
   ------------------------------------------------
   guacamole-server version 1.5.5
   ------------------------------------------------
   
      Library status:
   
        freerdp ............ 
        pango ............... yes
        libavcodec .......... yes
   ...
   ```
   
   Here, the library name remains constant while version notes are included to 
the side:
   
   ```
   $ ./configure
   ...
   ------------------------------------------------
   guacamole-server version 1.5.5
   ------------------------------------------------
   
      Library status:
   
        freerdp ............. yes (3.x)
        pango ............... yes
        libavcodec .......... yes
   ...
   ```
   
   and the output of "disabled" is restored:
   
   ```
   $ ./configure --without-rdp
   ...
   ------------------------------------------------
   guacamole-server version 1.5.5
   ------------------------------------------------
   
      Library status:
   
        freerdp ............. disabled 
        pango ............... yes
        libavcodec .......... yes
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to