# Users may override the detected values by doing something like:
# GNUTLS_LIBS="-lgnutls" GNUTLS_CFLAGS="-I/usr/myinclude" ./configure
# This macro is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_DEFUN([LIBGNUTLS_TRY_LINK],
#include <gnutls/gnutls.h>
AC_DEFUN([LIBGNUTLS_ACCEPT_VERSION],
# Zabbix minimal supported version of libgnutls:
minimal_gnutls_version_major=3
minimal_gnutls_version_minor=1
minimal_gnutls_version_patch=18