diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-13 09:35:54 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-13 09:35:54 +0100 |
commit | c9068a49f52c7b42b49944852d6b93e95abb71dc (patch) | |
tree | 7a3600e270e9f503155a93cbfba516ecbe565eb6 | |
parent | 090ab487d40c75e5e0e72b39a72cb1185170232e (diff) |
Fix with-TLS non-International build
-rw-r--r-- | src/src/deliver.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |