This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 5541c23719 Clean up the formatting of build options (#9405)
5541c23719 is described below
commit 5541c23719a6600110b62839b53f7f128dcfc8ff
Author: Bryan Call <[email protected]>
AuthorDate: Fri Jul 14 08:19:55 2023 -0700
Clean up the formatting of build options (#9405)
---
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 725ad218d7..14a497451c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2424,10 +2424,10 @@ AC_MSG_NOTICE([Build option summary:
CXXFLAGS: $CXXFLAGS
CPPFLAGS: $CPPFLAGS
LDFLAGS: $LDFLAGS
- AM@&t@_CFLAGS: $AM_CFLAGS
- AM@&t@_CXXFLAGS: $AM_CXXFLAGS
- AM@&t@_CPPFLAGS: $AM_CPPFLAGS
- AM@&t@_LDFLAGS: $AM_LDFLAGS
+ AM@&t@_CFLAGS: $AM_CFLAGS
+ AM@&t@_CXXFLAGS: $AM_CXXFLAGS
+ AM@&t@_CPPFLAGS: $AM_CPPFLAGS
+ AM@&t@_LDFLAGS: $AM_LDFLAGS
TS_INCLUDES: $TS_INCLUDES
OPENSSL_LDFLAGS: $OPENSSL_LDFLAGS
OPENSSL_INCLUDES: $OPENSSL_INCLUDES