summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-30 16:10:45 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-30 16:10:45 +0000
commit018280d472ff629e6fd9f98ebbbe4cd1b934df38 (patch)
tree7016f13620542a939a61dfb6349bb3630bbbf918 /configure.in
parent7cb62f519b8bef2d862aa950c654eadfe005dc7d (diff)
Properly handle IMAP cache files.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0db0426c..1d1d8bc8 100644
--- a/configure.in
+++ b/configure.in
@@ -445,7 +445,7 @@ AC_ARG_ENABLE(imap, [ --enable-imap Enable IMAP support],
AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
AC_CHECK_FUNC(gethostent, , AC_CHECK_LIB(nsl, gethostent))
LIBIMAP="-Limap -limap"
- LIBIMAPDEPS="\$(srcdir)/imap/imap.h \$(srcdir)/imap/libimap.a"
+ LIBIMAPDEPS="\$(srcdir)/imap/imap.h imap/libimap.a"
CPPFLAGS="$CPPFLAGS -I\$(srcdir)/imap"
need_imap="yes"
])