From f1e8d58a5cd34125fcd4c0de15650519082f47ff Mon Sep 17 00:00:00 2001
From: James Zern <jzern@google.com>
Date: Tue, 18 Mar 2014 17:30:05 -0700
Subject: [PATCH] configure: test for -mssse3

fixes compile with older versions of gcc

Change-Id: If529f3102dbc926be8d5fb91d4161fa686c11840
---
 build/make/configure.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/make/configure.sh b/build/make/configure.sh
index 8cdc9aacb6..054c60173a 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1106,9 +1106,9 @@ EOF
         soft_enable sse
         soft_enable sse2
         soft_enable sse3
-        soft_enable ssse3
         # We can't use 'check_cflags' until the compiler is configured and CC is
         # populated.
+        check_gcc_machine_option ssse3
         check_gcc_machine_option sse4 sse4_1
         check_gcc_machine_option avx
         check_gcc_machine_option avx2
-- 
GitLab