moriyoshi Thu Oct 2 21:13:45 2003 EDT Modified files: /php-src/ext/odbc config.m4 /php-src/ext/imap config.m4 Log: Alignment fix Index: php-src/ext/odbc/config.m4 diff -u php-src/ext/odbc/config.m4:1.61 php-src/ext/odbc/config.m4:1.62 --- php-src/ext/odbc/config.m4:1.61 Fri Jul 11 11:56:23 2003 +++ php-src/ext/odbc/config.m4 Thu Oct 2 21:13:43 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.61 2003/07/11 15:56:23 sniper Exp $ +dnl $Id: config.m4,v 1.62 2003/10/03 01:13:43 moriyoshi Exp $ dnl dnl @@ -212,7 +212,7 @@ 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], Index: php-src/ext/imap/config.m4 diff -u php-src/ext/imap/config.m4:1.59 php-src/ext/imap/config.m4:1.60 --- php-src/ext/imap/config.m4:1.59 Tue Sep 30 22:53:09 2003 +++ php-src/ext/imap/config.m4 Thu Oct 2 21:13:44 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.59 2003/10/01 02:53:09 sniper Exp $ +dnl $Id: config.m4,v 1.60 2003/10/03 01:13:44 moriyoshi Exp $ dnl AC_DEFUN(IMAP_INC_CHK,[if test -r "$i$1/c-client.h"; then @@ -103,7 +103,7 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php