From 4d4039c05223a330803ff9ce26df780c7c8697dc 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 c2f8fb64e..30a1eba5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1520,7 +1520,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