From c5d575c8ae2e49672c825859ba640a821844eb76 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 31 Mar 2021 14:25:57 -0700 Subject: [PATCH] Remove RDSEED from the intel asm build. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3fc846479..d2c62ef96 100644 --- a/configure.ac +++ b/configure.ac @@ -1677,7 +1677,7 @@ then if test "$ENABLED_INTELASM" = "yes" then - AM_CFLAGS="$AM_CFLAGS -DHAVE_INTEL_RDSEED -DUSE_INTEL_SPEEDUP" + AM_CFLAGS="$AM_CFLAGS -DUSE_INTEL_SPEEDUP" ENABLED_AESNI=yes fi fi