jmuehlner commented on code in PR #454:
URL: https://github.com/apache/guacamole-server/pull/454#discussion_r1281248632


##########
configure.ac:
##########
@@ -357,20 +377,24 @@ AC_SUBST(SSL_LIBS)
 
 have_winsock=disabled
 WINSOCK_LIBS=
-AC_ARG_WITH([winsock],
-            [AS_HELP_STRING([--with-winsock],
-                            [support Windows Sockets API 
@<:@default=check@:>@])],
-            [],
-            [with_winsock=check])
 
-if test "x$with_winsock" != "xno"
+if test "x$with_cygwin" = "xno"

Review Comment:
   Winsock support will be detected on Cygwin, but will induce compilation 
errors if an attempt is made to actually build with it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to