make HAVE_EC_CRYPTO flag be dependent on rhel version (>= 7)

This commit is contained in:
John Dennis 2013-07-26 10:27:18 -04:00
parent dab27e1b50
commit 3a6372f03e

View File

@ -7,7 +7,7 @@ Group: System Environment/Daemons
URL: http://www.freeradius.org/
# Is elliptic curve cryptography supported?
%if 0%{?rhel}
%if 0%{?rhel} >= 7
%global HAVE_EC_CRYPTO 1
%else
%global HAVE_EC_CRYPTO 0