commit | bc645199c0608cb5a654fd91a67cceda0ba0f33b | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Tue Nov 11 10:17:54 2008 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Tue Nov 11 10:17:54 2008 +0000 |
tree | 36fa45f645e0fceb394efd4599cf50972f36071a | |
parent | 0a8c9f7de1b0fd0047afa36dfa2bdc0dfbd04306 [diff] [blame] |
Update from stable branch.
diff --git a/Configure b/Configure index fba2fc8..e1004d9 100755 --- a/Configure +++ b/Configure
@@ -981,7 +981,7 @@ 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]:[\\\/])/;