Fix with-TLS non-International build
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 13 Apr 2015 08:35:54 +0000 (09:35 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 13 Apr 2015 08:35:54 +0000 (09:35 +0100)
src/src/deliver.c

index 85a379c1bade7721ec75aa1cc42421f8b6540b6f..f208f3eddcd984a84b96caca0d5add080625c7d3 100644 (file)
@@ -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