diff options
-rw-r--r-- | php-mongodb.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec index 276353a..b49e0e3 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -13,7 +13,7 @@ %global gh_project mongo-php-library # Upstream only support 64bits, see https://jira.mongodb.org/browse/CDRIVER-1186 # Server only available on LE arch (ExcludeArch: ppc ppc64 %{sparc} s390 s390x) -%global with_tests 0%{!?_without_tests:1} +%global with_tests 0%{?_with_tests:1} # remirepo:3 %if 0%{?fedora} >= 21 || 0%{?rhel} >= 6 %global with_tests 0%{!?_without_tests:1} |