Commit 2ccfca66 authored by Ramiro Polla's avatar Ramiro Polla Committed by Jean-Baptiste Kempf

More alignments fixes in configure.ac

parent 3bc815a2
......@@ -1396,8 +1396,8 @@ dnl Check for fully workin SSE2 intrinsics
dnl We need support for -mmmx, we need <emmintrin.h>, and we also need a
dnl working compiler (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963)
AC_ARG_ENABLE(sse,
[ --disable-sse disable SSE (1, 2, 3 and 4) optimizations (default auto)]
,, [
[ --disable-sse disable SSE (1, 2, 3 and 4) optimizations (default auto)],
, [
case "${host_cpu}" in
i686|x86_64)
enable_sse=yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment