2005-09-18 [colin] 1.9.14cvs40

* configure.ac
		Fix bug #803 (IMAP/SSL support breaks with
		GnuTLS libetpan 0.38)
This commit is contained in:
Colin Leroy 2005-09-18 01:11:49 +00:00
parent 5b9ffcbda2
commit fba7d9f92c
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2005-09-18 [colin] 1.9.14cvs40
* configure.ac
Fix bug #803 (IMAP/SSL support breaks with
GnuTLS libetpan 0.38)
2005-09-18 [colin] 1.9.14cvs39
* src/codeconv.c

View file

@ -808,3 +808,4 @@
( cvs diff -u -r 1.28.2.9 -r 1.28.2.10 src/addrindex.c; ) > 1.9.14cvs37.patchset
( cvs diff -u -r 1.207.2.63 -r 1.207.2.64 src/folderview.c; cvs diff -u -r 1.274.2.65 -r 1.274.2.66 src/mainwindow.c; ) > 1.9.14cvs38.patchset
( cvs diff -u -r 1.65.2.35 -r 1.65.2.36 src/codeconv.c; cvs diff -u -r 1.382.2.170 -r 1.382.2.171 src/compose.c; cvs diff -u -r 1.49.2.60 -r 1.49.2.61 src/procmime.c; ) > 1.9.14cvs39.patchset
( cvs diff -u -r 1.654.2.850 -r 1.654.2.851 configure.ac; ) > 1.9.14cvs40.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=14
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=39
EXTRA_VERSION=40
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@ -735,7 +735,7 @@ if test x"$ac_cv_enable_libetpan" = xyes; then
LIBETPAN_LIBS="`$libetpanconfig --libs`"
LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"`
if test "$LIBETPAN_VERSION" -lt "038"; then
AC_MSG_ERROR([Sylpheed requires libetpan 0.38 or newer. See http://www.etpan.org/])
AC_MSG_ERROR([Sylpheed requires libetpan 0.39 or newer. See http://www.etpan.org/])
AC_MSG_ERROR([You can use --disable-libetpan if you don't need IMAP4 support.])
fi
AC_SUBST(LIBETPAN_FLAGS)