From: Jon Parise Date: Tue, 10 Apr 2001 17:31:35 +0000 (+0000) Subject: Statements end with a period. X-Git-Tag: php-4.0.6RC1~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aabc2c9d4b0d3f0243e103f15d97bdda1785384;p=php Statements end with a period. --- diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index beefce56be..cf8e2172ea 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -60,7 +60,7 @@ PHP_ARG_WITH(imap,for IMAP support, 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 @@ PHP_ARG_WITH(imap,for IMAP support, 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)