From: foobar Date: Tue, 2 Apr 2002 00:04:53 +0000 (+0000) Subject: Be a bit more verbose about what was not found. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~921 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d151063d3d43ec44cc25ede5f4c82b3b5825214;p=php Be a bit more verbose about what was not found. --- 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)