projects
/
neomutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e72736
)
Fix linking for body cache without IMAP support.
author
Rocco Rutte
<pdmef@gmx.net>
Wed, 19 Jul 2006 23:29:54 +0000
(23:29 +0000)
committer
Rocco Rutte
<pdmef@gmx.net>
Wed, 19 Jul 2006 23:29:54 +0000
(23:29 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index d6092ea7b16cb3256482c8eaa3f5b6b66f6f21ed..5493895de442189041e4079631a7089a1a0e43f7 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-500,6
+500,7
@@
AC_ARG_ENABLE(pop, AC_HELP_STRING([--enable-pop], [Enable POP3 support]),
[ if test x$enableval = xyes ; then
AC_DEFINE(USE_POP,1,[ Define if you want support for the POP3 protocol. ])
MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pop.o pop_lib.o pop_auth.o"
+ need_pop="yes"
need_socket="yes"
need_md5="yes"
fi