From: Dr. Stephen Henson Date: Tue, 11 Nov 2008 10:17:54 +0000 (+0000) Subject: Update from stable branch. X-Git-Tag: OpenSSL_0_9_8k^2~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc645199c0608cb5a654fd91a67cceda0ba0f33b;p=openssl Update from stable branch. --- diff --git a/Configure b/Configure index fba2fc8cb9..e1004d9b33 100755 --- a/Configure +++ b/Configure @@ -981,7 +981,7 @@ $perl=$ENV{'PERL'} or $perl=&which("perl5") or $perl=&which("perl") or $perl="perl"; chop $openssldir if $openssldir =~ /\/$/; -chop $prefix if $prefix =~ /\/$/; +chop $prefix if $prefix =~ /.\/$/; $openssldir=$prefix . "/ssl" if $openssldir eq ""; $openssldir=$prefix . "/" . $openssldir if $openssldir !~ /(^\/|^[a-zA-Z]:[\\\/])/;