summaryrefslogtreecommitdiff
path: root/ext/interbase
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-07-03 17:25:43 +0000
committerfoobar <sniper@php.net>2007-07-03 17:25:43 +0000
commit7ed3c4536d7b89647628ba89ffc52a92234e909a (patch)
tree3722e9312134616e1eaca3b7f2448569f582787d /ext/interbase
parent2fd4e8146c9e7f6de7e8e260be9833e875734f45 (diff)
downloadphp-git-7ed3c4536d7b89647628ba89ffc52a92234e909a.tar.gz
MFH: Fix some configure --help texts
Diffstat (limited to 'ext/interbase')
-rw-r--r--ext/interbase/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/config.m4 b/ext/interbase/config.m4
index 5f8d66ba8b..f7265c2bf4 100644
--- a/ext/interbase/config.m4
+++ b/ext/interbase/config.m4
@@ -4,7 +4,7 @@ dnl
PHP_ARG_WITH(interbase,for InterBase support,
[ --with-interbase[=DIR] Include InterBase support. DIR is the InterBase base
- install directory, defaults to /usr/interbase])
+ install directory [/usr/interbase]])
if test "$PHP_INTERBASE" != "no"; then
if test "$PHP_INTERBASE" = "yes"; then