1 parent ce6faf0 commit d22cbadCopy full SHA for d22cbad
ext/imap/config.m4
@@ -13,7 +13,7 @@ AC_ARG_WITH(imap,
13
withval=/usr
14
fi
15
16
- if test "$withval" != "no"; then
+ if test "$withval" != "no" && test "$withval" != "yes"; then
17
IMAP_DIR=$withval
18
if test -f $IMAP_DIR/include/imap/mail.h; then
19
IMAP_INC_DIR=$IMAP_DIR/include/imap
0 commit comments