From 122276a7b464ab8f8414f31ecb86a74f6467c49d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 18 Oct 2009 14:27:01 +0000 Subject: [PATCH] take install prefix from the environment --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 810afbd3b4..c861897518 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; -- GitLab