summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-11 18:06:08 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-11 18:06:08 +0000
commitecd45314b88cc4b630955b8f9c8d146b0d7a317b (patch)
tree790d9345d46d655a91380f78c496eb13c493719e /Configure
parent3e06fb754e025168bdf450de87be5953f0c65cbf (diff)
Step 6 of move of engines: rename the macro ENGINE_DYNAMIC_SUPPORT to
OPENSSL_NO_DYNAMIC_ENGINE and make sure that gets defined unless shared library support has been specifically requested.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/Configure b/Configure
index 1c00b7fdf1..60351404cc 100755
--- a/Configure
+++ b/Configure
@@ -1117,6 +1117,12 @@ else
$no_shared = 1;
}
+if ($no_shared)
+ {
+ $cflags="-DOPENSSL_NO_DYNAMIC_ENGINE $cflags";
+ $openssl_other_defines.="#define OPENSSL_NO_DYNAMIC_ENGINE\n";
+ }
+
if ($sys_id ne "")
{
$cflags="-DOPENSSL_SYSNAME_$sys_id $cflags";