aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e032403cb3..b0075e8dd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -995,7 +995,7 @@ else
have_sse42=no
fi
dnl build libwsutil_sse42 only if there is SSE4.2
-AM_CONDITIONAL(SSE42_SUPPORTED, test "x$have_sse42" = "xno")
+AM_CONDITIONAL(SSE42_SUPPORTED, test "x$have_sse42" = "xyes")
#
# If we're running GCC or clang define _U_ to be "__attribute__((unused))"