From 0d64ce0dfb7b307f25b38fae8692052cb81a0ad6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 22 Feb 2007 01:51:34 +0000 Subject: [PATCH] Only give warning if relevant options are given. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 8cbb4b2e06..f81c2eb2df 100755 --- a/Configure +++ b/Configure @@ -1640,7 +1640,7 @@ libraries on this platform, they will at least look at it and try their best (but please first make sure you have tried with a current version of OpenSSL). EOF -print <<\EOF if ($fipscanisterinternal); +print <<\EOF if ($fipscanisterinternal eq "y"); WARNING: OpenSSL has been configured using unsupported option(s) to internally generate a fipscanister.o object module for TESTING PURPOSES ONLY; that -- 2.25.1