aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-10-02 03:39:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-10-02 03:39:05 +0800
commit24105647202b4a9375e28f5143b8063195b9316b (patch)
tree92da0a438680d3e64166164606d352058832a804 /configure.in
parent8193d1ea904f7ded10d9b2ffca04643e608176c5 (diff)
downloadgsoc2013-evolution-24105647202b4a9375e28f5143b8063195b9316b.tar
gsoc2013-evolution-24105647202b4a9375e28f5143b8063195b9316b.tar.gz
gsoc2013-evolution-24105647202b4a9375e28f5143b8063195b9316b.tar.bz2
gsoc2013-evolution-24105647202b4a9375e28f5143b8063195b9316b.tar.lz
gsoc2013-evolution-24105647202b4a9375e28f5143b8063195b9316b.tar.xz
gsoc2013-evolution-24105647202b4a9375e28f5143b8063195b9316b.tar.zst
gsoc2013-evolution-24105647202b4a9375e28f5143b8063195b9316b.zip
Enable imap4 plugin by default. We need to get people building this and
2004-10-01 Jeffrey Stedfast <fejj@novell.com> * configure.in (localedir): Enable imap4 plugin by default. We need to get people building this and testing it. svn path=/trunk/; revision=27451
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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