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.)
])
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.)
])