diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-05-15 09:54:37 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-05-15 09:54:37 +0000 |
commit | 7b3f2a442d6ccfc9bffd0e43dc2116f4725e8146 (patch) | |
tree | d3b4288ee2b9c4d42f5a64d64f837f4dde91fa76 /configure.ac | |
parent | 569e2c8e852b5ea0878907f20e4920973b9cfd7e (diff) | |
download | fetchmail-7b3f2a442d6ccfc9bffd0e43dc2116f4725e8146.tar.gz fetchmail-7b3f2a442d6ccfc9bffd0e43dc2116f4725e8146.tar.bz2 fetchmail-7b3f2a442d6ccfc9bffd0e43dc2116f4725e8146.zip |
Remove quotes from IMAP_ENABLE config.h comment.
svn path=/branches/BRANCH_6-3/; revision=4838
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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, |