diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-01 15:47:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-01 15:47:57 +0100 |
commit | 8d4d513d553d4a3ab5344bdcdad183779c0aa577 (patch) | |
tree | 4e015e05de289450c8f31b1893a2f72b03c88818 | |
parent | 6f9ea46c2363c94ccb3eed3a5a732619f81275d0 (diff) |
php-pecl-redis: fix macro
-rw-r--r-- | php-pecl-redis.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index c27db17..37d1a37 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -18,7 +18,7 @@ %global pecl_name redis %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global with_tests 1%{?_with_tests:1} +%global with_tests 0%{!?_without_tests:1} %global with_igbin 1 %if "%{php_version}" < "5.6" # after igbinary |