Include the libgnutls.m4 file.
authorJoe Shaw <joe@ximian.com>
Fri, 9 Jan 2004 21:30:04 +0000 (21:30 +0000)
committerJoe Shaw <joeshaw@src.gnome.org>
Fri, 9 Jan 2004 21:30:04 +0000 (21:30 +0000)
commit00e5a5cb1a584ec34fa6e519e50cb0bb4e3047af
tree1e5299f15ed81132b4ccdbea7f48fba7def5987f
parent577ba78305380ee6bcf3e94c50a21ed37621c4cf
Include the libgnutls.m4 file.

2004-01-09  Joe Shaw  <joe@ximian.com>

* acinclude.m4: Include the libgnutls.m4 file.

* configure.in: Remove manual checking for libgnutls-config and
use the AM_PATH_LIBGNUTLS so we can pass in a minimum required
version, which is 0.9.7 for now.

* libsoup/Makefile.am: Some changes for the above change.

* libsoup/soup-gnutls.c: Check for HAVE_SSL, not
HAVE_GNUTLS_GNUTLS_H.
(verify_certificate): Uncomment the SSL certificate hostname
check.

* libsoup/soup-session.c (set_property): Be smart about flushing
our SSL credentials only when the CA file is set to something
different than it was before.
ChangeLog
acinclude.m4
configure.in
libsoup/Makefile.am
libsoup/soup-gnutls.c
libsoup/soup-session.c