[exim-cvs] Fix with-TLS non-International build

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix with-TLS non-International build
Gitweb: http://git.exim.org/exim.git/commitdiff/c9068a49f52c7b42b49944852d6b93e95abb71dc
Commit:     c9068a49f52c7b42b49944852d6b93e95abb71dc
Parent:     090ab487d40c75e5e0e72b39a72cb1185170232e
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Apr 13 09:35:54 2015 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Apr 13 09:35:54 2015 +0100


    Fix with-TLS non-International build
---
 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 85a379c..f208f3e 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