From: Dan Kalowsky Date: Tue, 20 Aug 2002 23:08:24 +0000 (+0000) Subject: Correcting english in config X-Git-Tag: RELEASE_0_91~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ac139763675522ab146a11daf9b5ac541eb7c30;p=php Correcting english in config --- diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index 5c269cb858..f87f8cd9f9 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -82,7 +82,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [ PHP_ADD_LIBRARY(com_err, 1, IMAP_SHARED_LIBADD) else AC_EGREP_HEADER(auth_gss, $IMAP_INC_DIR/linkage.h, [ - AC_MSG_ERROR([This c-client library is build with Kerberos support. + AC_MSG_ERROR([This c-client library is built with Kerberos support. Add --with-kerberos<=DIR> to your configure line. Check config.log for details. ]) @@ -121,7 +121,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [ AC_MSG_RESULT(no) ], [ AC_MSG_RESULT(yes) - AC_MSG_ERROR([This c-client library is build with SSL support. + AC_MSG_ERROR([This c-client library is built with SSL support. Add --with-imap-ssl<=DIR> to your configure line. Check config.log for details. ])