From 24105647202b4a9375e28f5143b8063195b9316b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 1 Oct 2004 19:39:05 +0000 Subject: Enable imap4 plugin by default. We need to get people building this and 2004-10-01 Jeffrey Stedfast * configure.in (localedir): Enable imap4 plugin by default. We need to get people building this and testing it. svn path=/trunk/; revision=27451 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 557db0ef86..6a8803bd03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-01 Jeffrey Stedfast + + * configure.in (localedir): Enable imap4 plugin by default. We + need to get people building this and testing it. + 2004-10-01 JP Rosevear * configure.in: set the GETTEXT_PACKAGE to evolution-2.2 diff --git a/configure.in b/configure.in index 1c56281992..deb80a2d22 100644 --- a/configure.in +++ b/configure.in @@ -425,7 +425,7 @@ dnl ************************************************** dnl New IMAP code support. dnl ************************************************** AC_ARG_ENABLE(imap4, -[ --enable-imap4=[no/yes] Attempt to compile yet another, incomplete, very unsupported IMAPv4r1 implementation],,enable_imap4=no) +[ --enable-imap4=[no/yes] Attempt to compile yet another, incomplete, very unsupported IMAPv4r1 implementation],,enable_imap4="yes") if test "x$enable_imap4" = "xyes"; then AC_DEFINE(ENABLE_IMAP4,1,[Really don't try this at home]) msg_imap4=yes -- cgit v1.2.3