From 482c963ee94ec2f059091f3ca44a3a38f6a2e732 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Fri, 30 Sep 2016 10:50:21 +0300 Subject: [PATCH] properly define the sse optimization on x86 flag; #1032 --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b86131d0..97e88e9d 100644 --- a/configure.ac +++ b/configure.ac @@ -72,8 +72,9 @@ AC_ARG_WITH( , [with_user="nobody"] ) -AC_ARG_ENABLE([x86-sse], - AS_HELP_STRING([--enable-x86-sse=yes|no], [enable SSE/SS2 optimizations on x86 [default=yes]]), +AC_ARG_ENABLE( + [x86-sse], + [AS_HELP_STRING([--disable-x86-sse], [SSE/SS2 optimizations on x86 @<:@default enabled@:>@])], , [enable_x86_sse="yes"] ) -- 2.39.2