This commit is contained in:
Remi Collet 2013-06-13 15:20:03 +02:00
parent 4ab1d8036b
commit b6ad1ec5dd

View File

@ -962,7 +962,7 @@ build --libdir=%{_libdir}/php \
%if %{with_json}
--enable-json=shared \
%else
--disable-json
--disable-json \
%endif
%if %{with_zip}
--enable-zip=shared \
@ -1098,7 +1098,7 @@ build --includedir=%{_includedir}/php-zts \
%if %{with_json}
--enable-json=shared \
%else
--disable-json
--disable-json \
%endif
%if %{with_zip}
--enable-zip=shared \