diff options
| author | Jon Parise <jon@php.net> | 2001-04-10 17:31:35 +0000 |
|---|---|---|
| committer | Jon Parise <jon@php.net> | 2001-04-10 17:31:35 +0000 |
| commit | 6aabc2c9d4b0d3f0243e103f15d97bdda1785384 (patch) | |
| tree | 1a44738e8838ae3562235a8495f8929cea2e65d1 /ext/imap/config.m4 | |
| parent | 3cd2c989d3c1f04e0e91ba917356ef725eb66eca (diff) | |
| download | php-git-6aabc2c9d4b0d3f0243e103f15d97bdda1785384.tar.gz | |
Statements end with a period.
Diffstat (limited to 'ext/imap/config.m4')
| -rw-r--r-- | ext/imap/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
