aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-10-18 14:27:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-10-18 14:27:01 +0000
commit122276a7b464ab8f8414f31ecb86a74f6467c49d (patch)
treeb58d694d1700bac7898b8db32f77f5d74b211942 /Configure
parent1e6b8d39f1c72d2dc5f4ada85b225f7b3c0870e2 (diff)
downloadopenssl-122276a7b464ab8f8414f31ecb86a74f6467c49d.zip
openssl-122276a7b464ab8f8414f31ecb86a74f6467c49d.tar.gz
openssl-122276a7b464ab8f8414f31ecb86a74f6467c49d.tar.bz2
take install prefix from the environment
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 810afbd..c861897 100755
--- a/Configure
+++ b/Configure
@@ -623,7 +623,7 @@ my $prefix="";
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;