ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/m4/ax_arg_gnutls.m4
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/m4/ax_arg_gnutls.m4 (file contents):
Revision 7177 by michael, Thu Jan 28 17:16:02 2016 UTC vs.
Revision 7178 by michael, Thu Jan 28 18:49:48 2016 UTC

# Line 15 | Line 15 | if test "$cf_enable_openssl" != "auto" &
15            #include <gnutls/gnutls.h>
16            #include <stdlib.h>], [
17            exit(!(GNUTLS_VERSION_NUMBER >= 0x030308)); ])], [ AC_CHECK_LIB(gnutls, gnutls_init, [], [])], [], [])])
18 +
19 +    AC_MSG_CHECKING(for GnuTLS 3.3.8 and above)
20 +    AS_IF([test "$ac_cv_lib_gnutls_gnutls_init" = "yes"],
21 +          [AC_MSG_RESULT(found)], [AC_MSG_RESULT(no - GnuTLS support disabled)])
22 +
23    fi
24   fi
25   ])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines