diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2016-04-17 15:33:04 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2016-04-17 15:33:04 -0400 |
commit | e0c4451eeee7b46526c2bb3060e388dc6c0f0d29 (patch) | |
tree | eeb40088e7a81cb0735501098176562df31ac1ec /aclocal.m4 | |
parent | 147b858d74b95ad6b8f7d51fa004150bf670e516 (diff) | |
download | lynx-snapshots-e0c4451eeee7b46526c2bb3060e388dc6c0f0d29.tar.gz |
snapshot of project "lynx", label v2-8-9dev_8c
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 2e2ebed3..e9e4a810 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $LynxId: aclocal.m4,v 1.232 2016/04/11 00:51:33 tom Exp $ +dnl $LynxId: aclocal.m4,v 1.233 2016/04/16 00:48:40 tom Exp $ dnl Macros for auto-configure script. dnl by Thomas E. Dickey <dickey@invisible-island.net> dnl and Jim Spath <jspath@mail.bcpl.lib.md.us> @@ -3173,6 +3173,7 @@ AC_DEFUN([CF_GNUTLS],[ CF_ADD_LIBDIR($cf_cv_library_path_gnutls) fi CF_ADD_LIBS(-lgnutls) + AC_CHECK_FUNCS(gnutls_protocol_set_priority) AC_CHECK_FUNC(gnutls_rnd, [AC_DEFINE(HAVE_GNUTLS_RND)], [CF_ADD_LIBS(-lgcrypt)]) |