From 898110db6d83739d2bb237b542be2aaea5f8879e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Mon, 10 May 1999 20:38:47 +0000 Subject: [PATCH] Fix for +xxx options. Submitted by: Anonymous --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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](.*)$/) { -- 2.25.1