]> Pileus Git - ~andy/fetchmail/commitdiff
Remove quotes from IMAP_ENABLE config.h comment.
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 15 May 2006 09:54:37 +0000 (09:54 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 15 May 2006 09:54:37 +0000 (09:54 -0000)
svn path=/branches/BRANCH_6-3/; revision=4838

configure.ac

index 646f97682bd3490a67c9b46fd4d4e18af274676c..0a25f5a40844a98f0251927a5e26e6aee1aab607 100644 (file)
@@ -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,