Fix linking for body cache without IMAP support.
authorRocco Rutte <pdmef@gmx.net>
Wed, 19 Jul 2006 23:29:54 +0000 (23:29 +0000)
committerRocco Rutte <pdmef@gmx.net>
Wed, 19 Jul 2006 23:29:54 +0000 (23:29 +0000)
configure.in

index d6092ea7b16cb3256482c8eaa3f5b6b66f6f21ed..5493895de442189041e4079631a7089a1a0e43f7 100644 (file)
@@ -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