From b2a41bb4e4e72ffa6d2f2b593d459a445ff1ebba Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 26 Mar 2015 15:24:23 +0100 Subject: [PATCH] Do not supply -msse2 by default --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 1ea56ab29..091757d06 100644 --- a/configure.ac +++ b/configure.ac @@ -96,11 +96,6 @@ then fi fi -if test $host_cpu = x86_64 -o $host_cpu = i686 -then - COMMON_FLAGS="$COMMON_FLAGS -msse2" -fi - AC_MSG_CHECKING([OS family]) if expr "$host_os" : ".*darwin.*" > /dev/null; then