You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/07/13 20:32:51 UTC

[trafficserver] branch 9.0.x updated: Fix typo in configure.ac (#7993)

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new aa6abdd  Fix typo in configure.ac (#7993)
aa6abdd is described below

commit aa6abdd5403afff993fecb18dff110fc59662676
Author: Shinya Kawano <sk...@yahoo-corp.jp>
AuthorDate: Sat Jun 26 00:08:38 2021 +0900

    Fix typo in configure.ac (#7993)
    
    (cherry picked from commit d455509a2a622cab6f238fc8fcaf8820d4e31b95)
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a5fa881..54855bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -841,7 +841,7 @@ case $host_os_def in
       #  #279 is "controlling expression is constant" (which is e.g. TSReleaseAssert(!"Unexpected Event");
       common_opt="-pipe -Wall -wd873 -wd279"
       debug_opt="-g $common_opt"
-      release_opt="-g $common_opt $optimization_flags -axsse4.2 -fno-strict-aliasing"
+      release_opt="-g $common_opt $optimizing_flags -axsse4.2 -fno-strict-aliasing"
       cxx_opt="-Wno-invalid-offsetof"
     ])