Try harder to avoid configure blowing up...

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2017-08-16 17:46:08 -04:00
parent 53c0f30d4e
commit 24fe881fa2
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
%{expand:%%{!?buildsubdir:%%global buildsubdir grub-%{tarversion}}}
%{expand:%%{!?_licensedir:%%global license %%%%doc}}
%global _configure_gnuconfig_hack 0
%if %{?_with_ccache: 1}%{?!_with_ccache: 0}
%global cc_equals CC=/usr/%{_lib}/ccache/gcc
%else