Skip to content

Commit cfd7f5c

Browse files
committed
Revert "Disable PEAR by default"
This reverts commit df984ad.
1 parent 8aa146b commit cfd7f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ fi
10861086

10871087
PHP_ARG_WITH(pear, [whether to install PEAR],
10881088
[ --with-pear=DIR Install PEAR in DIR @<:@PREFIX/lib/php@:>@
1089-
--without-pear Do not install PEAR], no, yes)
1089+
--without-pear Do not install PEAR], DEFAULT, yes)
10901090

10911091
if test "$PHP_PEAR" != "no"; then
10921092

0 commit comments

Comments
 (0)