diff options
author | Nikita Popov <nikic@php.net> | 2015-01-25 14:48:54 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2015-01-25 14:49:35 +0100 |
commit | df984ad4f5e4e53e3f8bdafc7d620fd8112a121c (patch) | |
tree | e9a6cb387145a20e3ff8933fb04b2b5cecba1876 | |
parent | f1b2adb8817c46b271e390640eadf403fb90a479 (diff) | |
download | php-git-df984ad4f5e4e53e3f8bdafc7d620fd8112a121c.tar.gz |
Disable PEAR by default
Given how it doesn't work and it doesn't seem like it will start
working in the immediate future.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 06db0a7c50..31531588f6 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], DEFAULT, yes) + --without-pear Do not install PEAR], no, yes) if test "$PHP_PEAR" != "no"; then |