From 19ba687883bc6d92b20687f8ee7ac719b9e35976 Mon Sep 17 00:00:00 2001 From: msweet Date: Thu, 20 Nov 2014 15:37:29 +0000 Subject: CUPS did not work with older versions of GNU TLS (STR #4527) - Add check for gnutls_priority_set_direct, use older gnutls_priority_set API if not found. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12269 a1ca3aef-8c08-0410-bb20-df032aa958be --- config.h.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 7163e641c..5c0a19e38 100644 --- a/config.h.in +++ b/config.h.in @@ -305,6 +305,13 @@ #undef HAVE_GNUTLS_TRANSPORT_SET_PULL_TIMEOUT_FUNCTION +/* + * Do we have the gnutls_priority_set_direct function? + */ + +#undef HAVE_GNUTLS_PRIORITY_SET_DIRECT + + /* * What Security framework headers do we have? */ -- cgit v1.2.1