From f7367e4000e63d7ad36374c90102f50dbd4b5bb0 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Wed, 22 Mar 2006 17:20:12 +0000 Subject: [PATCH] 2006-03-22 [colin] 2.0.0cvs163 * configure.ac Require libetpan 0.45 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download --- ChangeLog | 6 ++++++ PATCHSETS | 1 + configure.ac | 12 ++++++------ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a88b01e9..6583674b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-22 [colin] 2.0.0cvs163 + + * configure.ac + Require libetpan 0.45 + http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download + 2006-03-22 [paul] 2.0.0cvs162 * src/editgroup.c diff --git a/PATCHSETS b/PATCHSETS index eb36a79b1..3dfee2912 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1348,3 +1348,4 @@ ( cvs diff -u -r 1.1.4.31 -r 1.1.4.32 src/etpan/imap-thread.c; ) > 2.0.0cvs160.patchset ( cvs diff -u -r 1.382.2.254 -r 1.382.2.255 src/compose.c; cvs diff -u -r 1.60.2.54 -r 1.60.2.55 src/addressbook.c; ) > 2.0.0cvs161.patchset ( cvs diff -u -r 1.11.2.11 -r 1.11.2.12 src/editgroup.c; cvs diff -u -r 1.15.2.25 -r 1.15.2.26 src/summary_search.c; cvs diff -u -r 1.1.2.35 -r 1.1.2.36 src/gtk/quicksearch.c; ) > 2.0.0cvs162.patchset +( cvs diff -u -r 1.654.2.1392 -r 1.654.2.1393 configure.ac; ) > 2.0.0cvs163.patchset diff --git a/configure.ac b/configure.ac index e0ea6617d..96c658f01 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=0 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=162 +EXTRA_VERSION=163 EXTRA_RELEASE= EXTRA_GTK2_VERSION= @@ -759,18 +759,18 @@ if test x"$ac_cv_enable_libetpan" = xyes; then LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`" LIBETPAN_LIBS="`$libetpanconfig --libs`" LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"` - if test "$LIBETPAN_VERSION" -lt "041"; then - AC_MSG_RESULT([*** Sylpheed requires libetpan 0.41 or newer. See http://www.etpan.org/]) + if test "$LIBETPAN_VERSION" -lt "045"; then + AC_MSG_RESULT([*** Sylpheed requires libetpan 0.45 or newer. See http://www.etpan.org/]) AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.]) - AC_MSG_ERROR([libetpan 0.41 not found]) + AC_MSG_ERROR([libetpan 0.45 not found]) fi AC_SUBST(LIBETPAN_FLAGS) AC_SUBST(LIBETPAN_LIBS) AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP support.) else - AC_MSG_RESULT([*** Sylpheed requires libetpan 0.41 or newer. See http://www.etpan.org/ ]) + AC_MSG_RESULT([*** Sylpheed requires libetpan 0.45 or newer. See http://www.etpan.org/ ]) AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 support.]) - AC_MSG_ERROR([libetpan 0.41 not found]) + AC_MSG_ERROR([libetpan 0.45 not found]) fi else AC_MSG_RESULT(no) -- 2.25.1