]> granicus.if.org Git - php/commitdiff
MFH or MSG... your choice...
authorDan Kalowsky <kalowsky@php.net>
Tue, 20 Aug 2002 23:09:01 +0000 (23:09 +0000)
committerDan Kalowsky <kalowsky@php.net>
Tue, 20 Aug 2002 23:09:01 +0000 (23:09 +0000)
ext/imap/config.m4

index d5b7c88ea61b499902465ea7d87330aaf396deed..a9eb5e8cc803ea0bf1a455898c160c0f41af857f 100644 (file)
@@ -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.)
     ])