Pick up install prefix from the environment, if set.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 18 Oct 2009 14:24:47 +0000 (14:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 18 Oct 2009 14:24:47 +0000 (14:24 +0000)
Configure

index 5d113ac7f106b543e4f3986bd74fb96f50ca10bc..f329e15aa8590fedc9fa9787e53ff49cdd4305b0 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -590,7 +590,7 @@ my $prefix="";
 my $libdir="";
 my $openssldir="";
 my $exe_ext="";
-my $install_prefix="";
+my $install_prefix= "$ENV{'INSTALL_PREFIX'}";
 my $cross_compile_prefix="";
 my $fipslibdir="/usr/local/ssl/fips-1.0/lib/";
 my $nofipscanistercheck=0;