Fix gnutls library version check, for system certs feature. Bug 1691
[exim.git] / src / src / tls-gnu.c
index fe180946b1e5db891cb38d40ef7abb7552b80003..846a0f6b1f07d6a30a561d513438d73cdf6af161 100644 (file)
@@ -56,7 +56,7 @@ require current GnuTLS, then we'll drop support for the ancient libraries).
 #else
 # undef  SUPPORT_CA_DIR
 #endif
 #else
 # undef  SUPPORT_CA_DIR
 #endif
-#if GNUTLS_VERSION_NUMBER >= 0x030314
+#if GNUTLS_VERSION_NUMBER >= 0x030014
 # define SUPPORT_SYSDEFAULT_CABUNDLE
 #endif
 
 # define SUPPORT_SYSDEFAULT_CABUNDLE
 #endif