fix warnings, and harmonize indentation
[openssl.git] / Configure
index 1c00b7fdf1f1d0807ecee90036494d534ea57160..60351404cc410be8392c526d9b8485326dc2109c 100755 (executable)
--- 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";