jon Tue Apr 10 10:31:35 2001 EDT
Modified files:
/php4/ext/imap config.m4
Log:
Statements end with a period.
Index: php4/ext/imap/config.m4
diff -u php4/ext/imap/config.m4:1.26 php4/ext/imap/config.m4:1.27
--- php4/ext/imap/config.m4:1.26 Tue Mar 27 12:34:28 2001
+++ php4/ext/imap/config.m4 Tue Apr 10 10:31:35 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.26 2001/03/27 20:34:28 sniper Exp $
+dnl $Id: config.m4,v 1.27 2001/04/10 17:31:35 jon Exp $
AC_DEFUN(IMAP_INC_CHK,[if test -r "$i$1/c-client.h"; then
AC_DEFINE(HAVE_IMAP2000, 1, [ ])
@@ -60,7 +60,7 @@
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 IMAP installation.)
fi
if test -r "$IMAP_DIR/c-client/c-client.a"; then
@@ -76,7 +76,7 @@
done
if test -z "$IMAP_LIBDIR"; then
- AC_MSG_ERROR(Cannot find imap library. Please check your IMAP installation)
+ AC_MSG_ERROR(Cannot find imap library. Please check your IMAP installation.)
fi
PHP_ADD_INCLUDE($IMAP_INC_DIR)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]