X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=4c5c2e2cd5fef64cca1d533157fc5cba4945e103;hp=074e44adf6ea6492442e1a6f317566386902c67d;hb=9081980565988d351582998148782a8c91a55e93;hpb=393b704d282909dff28bdca80e2d8a1d404086f4;ds=sidebyside diff --git a/Configure b/Configure index 074e44adf6..4c5c2e2cd5 100755 --- a/Configure +++ b/Configure @@ -1438,6 +1438,8 @@ while () { 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;