randall commented on a change in pull request #8014:
URL: https://github.com/apache/trafficserver/pull/8014#discussion_r661678879



##########
File path: configure.ac
##########
@@ -1276,9 +1279,15 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include 
<openssl/ssl.h>]],
                     AC_MSG_RESULT([no])
                   ])
 
+AC_ARG_ENABLE([quic],
+  AS_HELP_STRING([--disable-quic], [disable QUIC support]), [

Review comment:
       Purely for building in Xcode. I have a project I maintain and wanted to 
continue to use Xcode for developing the BoringSSL changes, but using that 
would force QUIC support. And I'm lazy and didn't want to add the QUIC files to 
it (especially since default openssl doesn't have the appropriate support).




-- 
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