Build: include early-pipelining unless disabled
[exim.git] / src / src / exim.c
index 084fa8db2bafc6df1d3223785ef4552371830bb7..d6952ef2ef665be4d482626982ce008a1a003fa1 100644 (file)
@@ -901,7 +901,7 @@ fprintf(fp, "Support for:");
 #ifndef DISABLE_OCSP
   fprintf(fp, " OCSP");
 #endif
-#ifdef SUPPORT_PIPE_CONNECT
+#ifndef DISABLE_PIPE_CONNECT
   fprintf(fp, " PIPE_CONNECT");
 #endif
 #ifndef DISABLE_PRDR