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/msql | |
| parent | 2fd4e8146c9e7f6de7e8e260be9833e875734f45 (diff) | |
| download | php-git-7ed3c4536d7b89647628ba89ffc52a92234e909a.tar.gz | |
MFH: Fix some configure --help texts
Diffstat (limited to 'ext/msql')
| -rw-r--r-- | ext/msql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/msql/config.m4 b/ext/msql/config.m4 index 3842fe4463..ec75777fe6 100644 --- a/ext/msql/config.m4 +++ b/ext/msql/config.m4 @@ -23,7 +23,7 @@ AC_DEFUN([PHP_MSQL_VERSION],[ PHP_ARG_WITH(msql,for mSQL support, [ --with-msql[=DIR] Include mSQL support. DIR is the mSQL base - install directory, defaults to /usr/local/Hughes]) + install directory [/usr/local/Hughes]]) if test "$PHP_MSQL" != "no"; then if test "$PHP_MSQL" = "yes"; then |
