summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-02-14 23:08:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-02-14 23:08:31 +0000
commitc40fcc1e40771cbc2dd13e9eab2f3a4ec6c19435 (patch)
treec3b5ca947eff2188300fc48761ad1da925766279 /Configure
parentf908ca4db4121d3ee7dfc7d8f1cbf2aa3fa580f0 (diff)
Skip engines directory if no-engine
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 45be2e6ab7..b2089d8159 100755
--- a/Configure
+++ b/Configure
@@ -1447,6 +1447,7 @@ while (<IN>)
}
$sdirs = 0 unless /\\$/;
s/fips // if (/^DIRS=/ && !$fips);
+ s/engines // if (/^DIRS=/ && $disabled{"engine"});
s/^VERSION=.*/VERSION=$version/;
s/^MAJOR=.*/MAJOR=$major/;
s/^MINOR=.*/MINOR=$minor/;