diff options
author | foobar <sniper@php.net> | 2005-11-10 08:04:57 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-11-10 08:04:57 +0000 |
commit | 9b7a28e9a2ebc1f1a738fc999b1d2848c6f93032 (patch) | |
tree | a801c99a5e2ecf559b8bd7d73474c59bf2702619 /ext/pdo_dblib | |
parent | 3e1bb4edf391bf8d8b474238ec4683e1380825fe (diff) | |
download | php-git-9b7a28e9a2ebc1f1a738fc999b1d2848c6f93032.tar.gz |
fix configure help
Diffstat (limited to 'ext/pdo_dblib')
-rw-r--r-- | ext/pdo_dblib/config.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/pdo_dblib/config.m4 b/ext/pdo_dblib/config.m4 index ff4e03be4b..ad5f20679b 100644 --- a/ext/pdo_dblib/config.m4 +++ b/ext/pdo_dblib/config.m4 @@ -4,9 +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] Include PDO_DBLIB-DB support. DIR is the FreeTDS + home directory]) if test "$PHP_PDO_DBLIB" != "no"; then |