summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Kalowsky <kalowsky@php.net>2002-08-20 23:09:01 +0000
committerDan Kalowsky <kalowsky@php.net>2002-08-20 23:09:01 +0000
commit333e94c1836fc4b34f149593d2e6580dbf96c70c (patch)
tree2c29c72c8cc3495791f7fc28b98511517f3c0dc9
parent52bd0e67c4a1769e26a765cd7f3211190479c5ca (diff)
downloadphp-git-333e94c1836fc4b34f149593d2e6580dbf96c70c.tar.gz
MFH or MSG... your choice...
-rw-r--r--ext/imap/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/config.m4 b/ext/imap/config.m4
index d5b7c88ea6..a9eb5e8cc8 100644
--- a/ext/imap/config.m4
+++ b/ext/imap/config.m4
@@ -42,7 +42,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.)
])
@@ -96,7 +96,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [
return 0;
}
],,[
- 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.)
])