From cc811b1d7edce8c7c28ff790669e0b5ae43c6719 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 18 Feb 2003 12:15:13 +0000 Subject: Make the no-err option work properly --- Configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Configure') diff --git a/Configure b/Configure index 851158af2d..768651f03c 100755 --- a/Configure +++ b/Configure @@ -692,6 +692,11 @@ PROCESS_ARGS: $flags .= "-DOPENSSL_NO_ASM "; $openssl_other_defines .= "#define OPENSSL_NO_ASM\n"; } + elsif (/^no-err$/) + { + $flags .= "-DOPENSSL_NO_ERR "; + $openssl_other_defines .= "#define OPENSSL_NO_ERR\n"; + } elsif (/^no-hw-(.+)$/) { my $hw=$1; -- cgit v1.2.3