summaryrefslogtreecommitdiff
blob: c0bb0a487a3bc1e98d5af4b39240169c4c4bdfc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: brendan <brendan>
Date: Wed, 19 Jul 2006 23:29:54 +0000 (+0000)
Subject: From: Rocco Rutte <pdmef@gmx.net>
X-Git-Url: http://dev.mutt.org/cgi-bin/gitweb.cgi?p=mutt/.git;a=commitdiff;h=4734283f3a1f3209453f275710313673352fc288

  From: Rocco Rutte <pdmef@gmx.net>
  
  Fix linking for body cache without IMAP support.
---

--- a/configure.in
+++ b/configure.in
@@ -500,6 +500,7 @@ AC_ARG_ENABLE(pop,  AC_HELP_STRING([--en
 [       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