take install prefix from the environment

This commit is contained in:
Dr. Stephen Henson 2009-10-18 14:27:01 +00:00
parent 1e6b8d39f1
commit 122276a7b4

View File

@ -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;