TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / dane.c
index 541e9cb02b91141a25f265b231847da63d225d85..5284a61c3266108d8044c0977ae873adc8d7b53e 100644 (file)
@@ -29,7 +29,7 @@ static void dummy(int x) { dummy(x-1); }
 #else
 
 /* Enabling DANE without enabling TLS cannot work. Abort the compilation. */
-# ifndef SUPPORT_TLS
+# ifdef DISABLE_TLS
 #  error DANE support requires that TLS support must be enabled. Abort build.
 # endif