]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #31103 (Better error message when c-client cannot be found).
authorIlia Alshanetsky <iliaa@php.net>
Sun, 19 Dec 2004 18:18:20 +0000 (18:18 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 19 Dec 2004 18:18:20 +0000 (18:18 +0000)
NEWS
ext/imap/config.m4

diff --git a/NEWS b/NEWS
index 8e86cb976e2475b0e5e1de2f300bb02ddb99e807..0c1012cac371d0058068c2c470830f4025267d35 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP 4                                                                      NEWS
 - Fixed bug #31111 (Compile failure of zend_strtod.c). (Derick)
 - Fixed bug #31110 (PHP 4.3.10 does not compile on Tru64 UNIX 5.1B). (Derick)
 - Fixed bug #31107 (Compile failure on Solaris 9 (Intel) and gcc 3.4.3). (Derick)
+- Fixed bug #31103 (Better error message when c-client cannot be found). (Ilia)
 - Fixed bug #31072 (var_export() does not output an array element with an empty
   string key). (Derick)
 - Fixed bug #31056 (php_std_date() returns invalid formatted date if 
index b653d83a41d67114763ae1f0756d5a49d49b18e5..e0706aaadbc56e80dc0995cca28a94fa5f135d7b 100644 (file)
@@ -173,7 +173,7 @@ if test "$PHP_IMAP" != "no"; then
     PHP_EXPAND_PATH($IMAP_DIR, IMAP_DIR)
 
     if test -z "$IMAP_DIR"; then
-      AC_MSG_ERROR(Cannot find rfc822.h. Please check your IMAP installation.)
+      AC_MSG_ERROR(Cannot find rfc822.h. Please check your c-client installation.)
     fi
 
     if test -r "$IMAP_DIR/c-client/c-client.a"; then
@@ -189,7 +189,7 @@ if test "$PHP_IMAP" != "no"; then
     done
 
     if test -z "$IMAP_LIBDIR"; then
-      AC_MSG_ERROR(Cannot find imap library (libc-client.a). Please check your IMAP installation.)
+      AC_MSG_ERROR(Cannot find imap library (libc-client.a). Please check your c-client installation.)
     fi
 
     PHP_ADD_INCLUDE($IMAP_INC_DIR)