Use winpthreads on RHEL7

This commit is contained in:
Erik van Pienbroek 2014-05-28 21:12:38 +02:00
parent 96c2a464c1
commit 89d6f3e4ea

View File

@ -4,7 +4,7 @@
%global bootstrap 0
# C++11 threads requires winpthreads so this can only be enabled once winpthreads is built
%if 0%{?fedora} >= 21
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7
%global enable_winpthreads 1
%else
%global enable_winpthreads 0