summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 31531588f6..06db0a7c50 100644
--- a/configure.in
+++ b/configure.in
@@ -1086,7 +1086,7 @@ fi
PHP_ARG_WITH(pear, [whether to install PEAR],
[ --with-pear=DIR Install PEAR in DIR @<:@PREFIX/lib/php@:>@
- --without-pear Do not install PEAR], no, yes)
+ --without-pear Do not install PEAR], DEFAULT, yes)
if test "$PHP_PEAR" != "no"; then