]> granicus.if.org Git - openssl/commitdiff
Skip engines directory if no-engine
authorDr. Stephen Henson <steve@openssl.org>
Sat, 14 Feb 2009 23:08:31 +0000 (23:08 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 14 Feb 2009 23:08:31 +0000 (23:08 +0000)
Configure

index 45be2e6ab745aead61c9d4d3a0509955aa0932a9..b2089d81599f1da1592e1aac1d7cbca5977d1da2 100755 (executable)
--- 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/;