Revert "Disable PEAR by default"

This reverts commit df984ad4f5.
This commit is contained in:
Ferenc Kovacs 2015-01-26 11:09:53 +01:00
parent 8aa146b810
commit cfd7f5c8a3

View file

@ -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