commit | 122276a7b464ab8f8414f31ecb86a74f6467c49d | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sun Oct 18 14:27:01 2009 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sun Oct 18 14:27:01 2009 +0000 |
tree | b58d694d1700bac7898b8db32f77f5d74b211942 | |
parent | 1e6b8d39f1c72d2dc5f4ada85b225f7b3c0870e2 [diff] [blame] |
take install prefix from the environment
diff --git a/Configure b/Configure index 810afbd..c861897 100755 --- a/Configure +++ b/Configure
@@ -623,7 +623,7 @@ my $libdir=""; my $openssldir=""; my $exe_ext=""; -my $install_prefix=""; +my $install_prefix= "$ENV{'INSTALL_PREFIX'}"; my $cross_compile_prefix=""; my $no_threads=0; my $threads=0;