diff options
author | foobar <sniper@php.net> | 2002-04-02 00:04:53 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-02 00:04:53 +0000 |
commit | 8d151063d3d43ec44cc25ede5f4c82b3b5825214 (patch) | |
tree | 63bbfcfdc09c7fba33228570337832756b4bd972 | |
parent | 46d42968a40048d2669af72ca216d2f7271d9d6f (diff) | |
download | php-git-8d151063d3d43ec44cc25ede5f4c82b3b5825214.tar.gz |
Be a bit more verbose about what was not found.
-rw-r--r-- | ext/imap/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |