Skip to content

Commit

Permalink
Alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Moriyoshi Koizumi committed Oct 3, 2003
1 parent 763b39c commit 5fee3a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/imap/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [

AC_DEFUN(PHP_IMAP_SSL_CHK, [
AC_ARG_WITH(imap-ssl,
[ --with-imap-ssl=<DIR> IMAP: Include SSL support. DIR is the OpenSSL install dir.],[
[ --with-imap-ssl=<DIR> IMAP: Include SSL support. DIR is the OpenSSL install dir.],[
PHP_IMAP_SSL=$withval
],[
PHP_IMAP_SSL=no
Expand Down
2 changes: 1 addition & 1 deletion ext/odbc/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 5fee3a3

Please sign in to comment.