Changes of Revision 2
[-] | Changed | php-pecl-zmq.spec |
1
2 3 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} 4 %global pecl_name zmq 5 -%global with_tests %{?_without_tests:0}%{!?_without_tests:1} 6 +#%global with_tests %{?_without_tests:0}%{!?_without_tests:1} 7 +%global with_tests 0 8 %if "%{php_version}" < "5.6" 9 %global ini_name %{pecl_name}.ini 10 %else 11 |