summaryrefslogtreecommitdiff
path: root/ext/sybase
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-07-03 17:24:39 +0000
committerfoobar <sniper@php.net>2007-07-03 17:24:39 +0000
commitf0f44a3652032c8acfddf6973b426081e782dba5 (patch)
treee5214b9465ab122f031b735ba918754c7be64394 /ext/sybase
parente9d2c517f87f23905340ff756d6fe118876e9590 (diff)
downloadphp-git-f0f44a3652032c8acfddf6973b426081e782dba5.tar.gz
- Fix some configure --help texts
Diffstat (limited to 'ext/sybase')
-rw-r--r--ext/sybase/config.m42
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