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;