From: Rocco Rutte Date: Wed, 19 Jul 2006 23:29:54 +0000 (+0000) Subject: Fix linking for body cache without IMAP support. X-Git-Tag: mutt-1-5-13-rel~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90aaf7962958324ff2dd84b34a802e02aa6fd1d5;p=mutt Fix linking for body cache without IMAP support. --- diff --git a/configure.in b/configure.in index d6092ea7..5493895d 100644 --- 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