From d22cbad17d2d89e1bed79ddc3d6bcae4990f4c77 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Wed, 14 Jul 1999 15:22:02 +0000 Subject: [PATCH] Fix logic here - the error message was bogus when it couldn't find the imap lib --- ext/imap/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index 551c1e4f3c9..4602e09ad0d 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -13,7 +13,7 @@ AC_ARG_WITH(imap, withval=/usr fi fi - if test "$withval" != "no"; then + if test "$withval" != "no" && test "$withval" != "yes"; then IMAP_DIR=$withval if test -f $IMAP_DIR/include/imap/mail.h; then IMAP_INC_DIR=$IMAP_DIR/include/imap