From: Ulf Möller Date: Mon, 10 May 1999 20:38:47 +0000 (+0000) Subject: Fix for +xxx options. X-Git-Tag: OpenSSL_0_9_3beta1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=898110db6d83739d2bb237b542be2aaea5f8879e;p=openssl Fix for +xxx options. Submitted by: Anonymous --- diff --git a/Configure b/Configure index 1282d8c292..46c3e188cf 100755 --- a/Configure +++ b/Configure @@ -321,7 +321,7 @@ foreach (@ARGV) $libs.= "-lRSAglue -lrsaref "; $flags.= "-DRSAref "; } - elsif (/^-/) + elsif (/^[-+]/) { if (/^-[lL](.*)$/) {