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

index 69e1ff092c60c307899de63bd545106483c68a9d..bfb1444b60bcda6fcb5e861c8540be89d1219e3f 100644 (file)
@@ -161,7 +161,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
@@ -177,7 +177,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)