maskit commented on code in PR #12834:
URL: https://github.com/apache/trafficserver/pull/12834#discussion_r2734422465
##########
configure.ac:
##########
@@ -658,6 +658,11 @@ AM_PROG_AS
AX_COMPILER_VENDOR
+AC_MSG_CHECKING([for C compiler version])
+# Capture the output of the compiler version command
+ac_cv_c_compiler_version=`${CC} --version 2>&1 | grep "Apple clang version" |
head -n 1 | awk '{print $4}' | cut -d'.' -f1`
Review Comment:
This is hacky and only works for Apple Clang 17, but I don't think we will
need to maintain it for a long time.
--
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]