diff options
| author | foobar <sniper@php.net> | 2007-07-03 17:24:39 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2007-07-03 17:24:39 +0000 |
| commit | f0f44a3652032c8acfddf6973b426081e782dba5 (patch) | |
| tree | e5214b9465ab122f031b735ba918754c7be64394 /ext/sybase | |
| parent | e9d2c517f87f23905340ff756d6fe118876e9590 (diff) | |
| download | php-git-f0f44a3652032c8acfddf6973b426081e782dba5.tar.gz | |
- Fix some configure --help texts
Diffstat (limited to 'ext/sybase')
| -rw-r--r-- | ext/sybase/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase/config.m4 b/ext/sybase/config.m4 index 882b176018..8ccd07c629 100644 --- a/ext/sybase/config.m4 +++ b/ext/sybase/config.m4 @@ -4,7 +4,7 @@ dnl PHP_ARG_WITH(sybase,for Sybase support, [ --with-sybase[=DIR] Include Sybase-DB support. DIR is the Sybase home - directory, defaults to /home/sybase]) + directory [/home/sybase]]) if test "$PHP_SYBASE" != "no"; then if test "$PHP_SYBASE" = "yes"; then |
