From c9068a49f52c7b42b49944852d6b93e95abb71dc Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 13 Apr 2015 09:35:54 +0100 Subject: [PATCH] Fix with-TLS non-International build --- src/src/deliver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/deliver.c b/src/src/deliver.c index 85a379c1b..f208f3edd 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -7882,7 +7882,7 @@ if (!regex_PRDR) regex_PRDR = regex_must_compile(US"\\n250[\\s\\-]PRDR(\\s|\\n|$)", FALSE, TRUE); #endif -#ifdef SUPPORT_TLS +#ifdef EXPERIMENTAL_INTERNATIONAL if (!regex_UTF8) regex_UTF8 = regex_must_compile(US"\\n250[\\s\\-]SMTPUTF8(\\s|\\n|$)", FALSE, TRUE); #endif -- 2.30.2