]> granicus.if.org Git - php/commitdiff
Statements end with a period.
authorJon Parise <jon@php.net>
Tue, 10 Apr 2001 17:31:35 +0000 (17:31 +0000)
committerJon Parise <jon@php.net>
Tue, 10 Apr 2001 17:31:35 +0000 (17:31 +0000)
ext/imap/config.m4

index beefce56bedac3e4bb685cc6b153fc80c2aaab92..cf8e2172eaaba1992b1ee80fdc2eeccc362ffc70 100644 (file)
@@ -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)