From 1642d882a72bf79434e05ef37554f2b378e50cba Mon Sep 17 00:00:00 2001 From: Eric Platon Date: Fri, 13 Apr 2018 10:04:00 +0900 Subject: [PATCH] Remove useless echo statement. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 66b9fec860..3825c404b4 100644 --- a/configure.ac +++ b/configure.ac @@ -136,7 +136,6 @@ if $avx -o $avx2 -o $sse41; then case "${host_os}" in *darwin* | *-macos10*) if test -z "$CLANG"; then - echo "MODIFYING FLAGS" # When using AVX, AVX2, or SSE4.1: # Must tell AS to use clang integrated assembler, # instead of the GNU based system assembler.