From: Jeremy Harris Date: Wed, 25 Oct 2017 13:51:17 +0000 (+0100) Subject: Unbreak non-DKIM build X-Git-Tag: exim-4_90_RC1~12 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=215e8e5fd8ac4478650cedde8d00dd529081938f Unbreak non-DKIM build --- diff --git a/src/src/macro_predef.c b/src/src/macro_predef.c index 1b5cf4795..ba1934885 100644 --- a/src/src/macro_predef.c +++ b/src/src/macro_predef.c @@ -276,7 +276,9 @@ options_auths(); static void params(void) { +#ifndef DISABLE_DKIM dkim_params(); +#endif }