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 5c72de3 Only check for final C++ standards
5c72de3 is described below
commit 5c72de37c4c837e722cc17e79a427d743333bed4
Author: Bryan Call <[email protected]>
AuthorDate: Mon Apr 30 15:26:04 2018 -0700
Only check for final C++ standards
---
build/ax_cxx_compile_stdcxx.m4 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build/ax_cxx_compile_stdcxx.m4 b/build/ax_cxx_compile_stdcxx.m4
index 85efc7c..4f9f3bb 100644
--- a/build/ax_cxx_compile_stdcxx.m4
+++ b/build/ax_cxx_compile_stdcxx.m4
@@ -46,9 +46,9 @@ dnl This macro is based on the code from the
AX_CXX_COMPILE_STDCXX_11 macro
dnl (serial version number 13).
AC_DEFUN([AX_CXX_COMPILE_STDCXX], [dnl
- m4_if([$1], [11], [ax_cxx_compile_alternatives="11 0x"],
- [$1], [14], [ax_cxx_compile_alternatives="14 1y"],
- [$1], [17], [ax_cxx_compile_alternatives="17 1z"],
+ m4_if([$1], [11], [ax_cxx_compile_alternatives="11"],
+ [$1], [14], [ax_cxx_compile_alternatives="14"],
+ [$1], [17], [ax_cxx_compile_alternatives="17"],
[m4_fatal([invalid first argument `$1' to AX_CXX_COMPILE_STDCXX])])dnl
m4_if([$2], [], [],
[$2], [ext], [],
--
To stop receiving notification emails like this one, please contact
[email protected].