From 7b3f2a442d6ccfc9bffd0e43dc2116f4725e8146 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 15 May 2006 09:54:37 +0000 Subject: Remove quotes from IMAP_ENABLE config.h comment. svn path=/branches/BRANCH_6-3/; revision=4838 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 646f9768..0a25f5a4 100644 --- a/configure.ac +++ b/configure.ac @@ -340,7 +340,7 @@ AC_ARG_ENABLE(IMAP, [ --disable-IMAP don't compile in IMAP protocol support], [with_IMAP=$enableval], [with_IMAP=yes]) -test "$with_IMAP" = "yes" && AC_DEFINE(IMAP_ENABLE,1,"Define if you want IMAP support compiled in") +test "$with_IMAP" = "yes" && AC_DEFINE(IMAP_ENABLE,1,Define if you want IMAP support compiled in) ### use option --disable-ETRN to omit the ETRN support AC_ARG_ENABLE(ETRN, -- cgit v1.2.3