iliaa Sun Dec 19 13:16:50 2004 EDT
Modified files:
/php-src/ext/imap config.m4
Log:
Fixed bug #31103 (Better error message when c-client cannot be found).
http://cvs.php.net/diff.php/php-src/ext/imap/config.m4?r1=1.64&r2=1.65&ty=u
Index: php-src/ext/imap/config.m4
diff -u php-src/ext/imap/config.m4:1.64 php-src/ext/imap/config.m4:1.65
--- php-src/ext/imap/config.m4:1.64 Wed Nov 3 09:32:50 2004
+++ php-src/ext/imap/config.m4 Sun Dec 19 13:16:50 2004
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.64 2004/11/03 14:32:50 jorton Exp $
+dnl $Id: config.m4,v 1.65 2004/12/19 18:16:50 iliaa Exp $
dnl
AC_DEFUN(IMAP_INC_CHK,[if test -r "$i$1/c-client.h"; then
@@ -161,7 +161,7 @@
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
@@ -177,7 +177,7 @@
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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php