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 ";
$flags.= "-DRSAref ";
}
elsif (/^-/)
elsif (/^[-+]/)
{
if (/^-[lL](.*)$/)
{