diff options
author | foobar <sniper@php.net> | 2007-07-03 17:25:43 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2007-07-03 17:25:43 +0000 |
commit | 7ed3c4536d7b89647628ba89ffc52a92234e909a (patch) | |
tree | 3722e9312134616e1eaca3b7f2448569f582787d /ext/pdo_dblib | |
parent | 2fd4e8146c9e7f6de7e8e260be9833e875734f45 (diff) | |
download | php-git-7ed3c4536d7b89647628ba89ffc52a92234e909a.tar.gz |
MFH: Fix some configure --help texts
Diffstat (limited to 'ext/pdo_dblib')
-rw-r--r-- | ext/pdo_dblib/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_dblib/config.m4 b/ext/pdo_dblib/config.m4 index 407edc5f2e..b66dd433d2 100644 --- a/ext/pdo_dblib/config.m4 +++ b/ext/pdo_dblib/config.m4 @@ -4,8 +4,8 @@ dnl if test "$PHP_PDO" != "no"; then PHP_ARG_WITH(pdo-dblib, for PDO_DBLIB support via FreeTDS, -[ --with-pdo-dblib[=DIR] Include PDO_DBLIB-DB support. DIR is the FreeTDS home - directory]) +[ --with-pdo-dblib[=DIR] PDO: DBLIB-DB support. DIR is the FreeTDS home + directory]) if test "$PHP_PDO_DBLIB" != "no"; then |