]> git.pld-linux.org Git - packages/php.git/blame - extension-shared-optional-dep.patch
move duplicate opcache php.ini settings to specific opcache.ini
[packages/php.git] / extension-shared-optional-dep.patch
CommitLineData
c0240cb1 1--- php-5.2.11/acinclude.m4~ 2009-09-21 22:31:13.000000000 +0300
2+++ php-5.2.11/acinclude.m4 2009-09-21 22:32:11.001106977 +0300
3@@ -1019,7 +1019,7 @@
4 is_it_shared=$[PHP_]translit($2,a-z_-,A-Z__)[_SHARED]
5 is_it_enabled=$[PHP_]translit($2,a-z_-,A-Z__)
6 if test "$am_i_shared" = "no" && test "$is_it_shared" = "yes" ; then
7- AC_MSG_ERROR([
8+ AC_MSG_WARN([
9 You've configured extension $1 to build statically, but it
10 depends on extension $2, which you've configured to build shared.
11 You either need to build $1 shared or build $2 statically for the
This page took 0.03168 seconds and 4 git commands to generate.