From 8d151063d3d43ec44cc25ede5f4c82b3b5825214 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 2 Apr 2002 00:04:53 +0000 Subject: [PATCH] Be a bit more verbose about what was not found. --- 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 75366732cb..3f1f8159e6 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -158,7 +158,7 @@ if test "$PHP_IMAP" != "no"; then done if test -z "$IMAP_LIBDIR"; then - AC_MSG_ERROR(Cannot find imap library. Please check your IMAP installation.) + AC_MSG_ERROR(Cannot find imap library (libc-client.a). Please check your IMAP installation.) fi PHP_ADD_INCLUDE($IMAP_INC_DIR) -- 2.50.1