Disable bash-completion on RHEL -- harder

This commit is contained in:
Richard Hughes 2013-06-18 09:05:08 +01:00
parent d7403a3514
commit 69606d7dab

View File

@ -123,6 +123,9 @@ ulimit -Sv 2000000
%endif %endif
%if 0%{?enable_sane} %if 0%{?enable_sane}
--enable-sane \ --enable-sane \
%endif
%if 0%{?rhel}
--disable-bash-completion \
%endif %endif
--disable-static \ --disable-static \
--disable-rpath \ --disable-rpath \