From: Dr. Stephen Henson Date: Sun, 18 Oct 2009 14:24:47 +0000 (+0000) Subject: Pick up install prefix from the environment, if set. X-Git-Tag: OpenSSL_0_9_8m-beta1~79 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b9b5134e19912ad3582d8f0ee15c03222838d9eb;p=oweals%2Fopenssl.git Pick up install prefix from the environment, if set. --- diff --git a/Configure b/Configure index 5d113ac7f1..f329e15aa8 100755 --- 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;