Fix for +xxx options.

Submitted by: Anonymous
This commit is contained in:
Ulf Möller 1999-05-10 20:38:47 +00:00
parent 66e08777bd
commit 898110db6d

View File

@ -321,7 +321,7 @@ foreach (@ARGV)
$libs.= "-lRSAglue -lrsaref "; $libs.= "-lRSAglue -lrsaref ";
$flags.= "-DRSAref "; $flags.= "-DRSAref ";
} }
elsif (/^-/) elsif (/^[-+]/)
{ {
if (/^-[lL](.*)$/) if (/^-[lL](.*)$/)
{ {