From fea1d6c1fb3dc619c26da8ddbaf8847f9858075d Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Fri, 3 Oct 2003 01:13:56 +0000 Subject: [PATCH] MFH: Alignment fix --- ext/imap/config.m4 | 2 +- ext/odbc/config.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index ceefb0d04a..5531d506b1 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -103,7 +103,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [ AC_DEFUN(PHP_IMAP_SSL_CHK, [ AC_ARG_WITH(imap-ssl, - [ --with-imap-ssl= IMAP: Include SSL support. DIR is the OpenSSL install dir.],[ + [ --with-imap-ssl= IMAP: Include SSL support. DIR is the OpenSSL install dir.],[ PHP_IMAP_SSL=$withval ],[ PHP_IMAP_SSL=no diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index ecc28e731d..de94db3f37 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -212,7 +212,7 @@ fi if test -z "$ODBC_TYPE"; then AC_MSG_CHECKING(for Empress support) AC_ARG_WITH(empress, -[ --with-empress[=DIR] Include Empress support. DIR is the Empress base +[ --with-empress[=DIR] Include Empress support. DIR is the Empress base install directory, defaults to \$EMPRESSPATH. From PHP4, this option only supports Empress Version 8.60 and above], -- 2.50.1