Do not supply -msse2 by default

This commit is contained in:
Martin Pulec
2015-03-26 15:24:23 +01:00
parent e8a3d984f5
commit b2a41bb4e4

View File

@@ -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