Remove RHEL 6 conditional

This commit is contained in:
Miro Hrončok 2022-02-09 12:29:50 +01:00
parent fea8a43609
commit 5bfc7634fc

View File

@ -51,11 +51,7 @@ URL: http://pypy.org/
%endif
# Should we build the emacs JIT-viewing mode?
%if 0%{?rhel} == 6
%global with_emacs 0
%else
%global with_emacs 1
%endif
# Easy way to enable/disable verbose logging:
%global verbose_logs 0