Removed disable-rust option as is not supported any more

This commit is contained in:
Martin Stransky 2017-06-08 14:23:58 +02:00
parent ca256f4a75
commit c3b426470c

View File

@ -51,12 +51,6 @@
%define run_tests 0
%endif
%define build_with_rust 1
#%ifarch ppc64 ppc64le s390x
#%define build_with_rust 0
#%endif
# Build as a debug package?
%define debug_build 0
@ -450,12 +444,6 @@ echo "ac_add_options --with-system-icu" >> .mozconfig
echo "ac_add_options --without-system-icu" >> .mozconfig
%endif
%if %{?build_with_rust}
echo "ac_add_options --enable-rust" >> .mozconfig
%else
echo "ac_add_options --disable-rust" >> .mozconfig
%endif
#---------------------------------------------------------------------
%build