From e780b5f1f1d460ce865bc8c31cb4e01b7c742f43 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 1 Jul 2011 14:43:34 +0000 Subject: [PATCH] Add no-asm argument to Configure if needed. --- ms/do_fips.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ms/do_fips.bat b/ms/do_fips.bat index a1e19aa114..989c6faf9a 100644 --- a/ms/do_fips.bat +++ b/ms/do_fips.bat @@ -43,7 +43,8 @@ SET ASM=nasm :compile -perl Configure %TARGET% fipscheck +if x%ASM% == xno-asm SET EXARG=no-asm +perl Configure %TARGET% %EXARG% fipscheck pause echo on -- 2.25.1