This fixes the installation target for dynamic engines, which was trying to
[openssl.git] / Configure
index 074e44adf6ea6492442e1a6f317566386902c67d..4c5c2e2cd5fef64cca1d533157fc5cba4945e103 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1438,6 +1438,8 @@ while (<IN>)
        {
        if      (/^#define\s+OPENSSLDIR/)
                { print OUT "#define OPENSSLDIR \"$openssldir\"\n"; }
+       elsif   (/^#define\s+ENGINESDIR/)
+               { print OUT "#define ENGINESDIR \"$prefix/lib/engines\"\n"; }
        elsif   (/^#((define)|(undef))\s+OPENSSL_EXPORT_VAR_AS_FUNCTION/)
                { printf OUT "#undef OPENSSL_EXPORT_VAR_AS_FUNCTION\n"
                        if $export_var_as_fn;