projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e0877
)
Fix for +xxx options.
author
Ulf Möller
<ulf@openssl.org>
Mon, 10 May 1999 20:38:47 +0000
(20:38 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 10 May 1999 20:38:47 +0000
(20:38 +0000)
Submitted by: Anonymous
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 1282d8c2921520fe0783d3cbae337310450bf86e..46c3e188cf3e41520b1f4ac818cc2919db6d3848 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-321,7
+321,7
@@
foreach (@ARGV)
$libs.= "-lRSAglue -lrsaref ";
$flags.= "-DRSAref ";
}
- elsif (/^
-
/)
+ elsif (/^
[-+]
/)
{
if (/^-[lL](.*)$/)
{