diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-14 07:56:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-14 07:56:22 +0200 |
commit | d17fcbd7271fcba6dfd26e3ff034766ea05fb517 (patch) | |
tree | f5a64f0dd04d0bc0bda1cffc15a7e8d153798305 | |
parent | 78ee87da658f1a5819d8b1ebdbc2cf67223a8c10 (diff) |
php-pecl-mongodb: F26 now have libbson and mongo-c-driver 1.5
-rw-r--r-- | php-pecl-mongodb-dev.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-mongodb-dev.spec b/php-pecl-mongodb-dev.spec index 1576895..589af04 100644 --- a/php-pecl-mongodb-dev.spec +++ b/php-pecl-mongodb-dev.spec @@ -36,7 +36,7 @@ %global with_tests 0%{?_with_tests:1} %endif -%if 0%{?fedora} > 99 +%if 0%{?fedora} >= 26 %global with_syslib 1 %else %global with_syslib 0 |