moriyoshi Thu Oct 2 21:13:57 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/odbc config.m4
/php-src/ext/imap config.m4
Log:
MFH: Alignment fix
Index: php-src/ext/odbc/config.m4
diff -u php-src/ext/odbc/config.m4:1.55.2.5 php-src/ext/odbc/config.m4:1.55.2.6
--- php-src/ext/odbc/config.m4:1.55.2.5 Mon Jul 14 12:13:30 2003
+++ php-src/ext/odbc/config.m4 Thu Oct 2 21:13:55 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.55.2.5 2003/07/14 16:13:30 sniper Exp $
+dnl $Id: config.m4,v 1.55.2.6 2003/10/03 01:13:55 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.49.2.8 php-src/ext/imap/config.m4:1.49.2.9
--- php-src/ext/imap/config.m4:1.49.2.8 Tue Sep 30 22:53:59 2003
+++ php-src/ext/imap/config.m4 Thu Oct 2 21:13:56 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.49.2.8 2003/10/01 02:53:59 sniper Exp $
+dnl $Id: config.m4,v 1.49.2.9 2003/10/03 01:13:56 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