Build: include early-pipelining unless disabled
[exim.git] / src / src / smtp_out.c
index ece79de10a52e22b9ee692cdaaef96eb897b923b..07cc9b76252e76e21f284e05ac2e0644f0bcd42b 100644 (file)
@@ -717,7 +717,7 @@ time_t timelimit = time(NULL) + timeout;
 
 errno = 0;  /* Ensure errno starts out zero */
 
-#ifdef SUPPORT_PIPE_CONNECT
+#ifndef DISABLE_PIPE_CONNECT
 if (sx->pending_BANNER || sx->pending_EHLO)
   {
   int rc;