minor tweak for with_gui config

This commit is contained in:
Jens Petersen 2006-05-30 07:25:52 +00:00
parent 2f95247bae
commit 8c0f3bd172

View File

@ -55,8 +55,9 @@ autoreconf
%configure --disable-static \ %configure --disable-static \
%if ! %{with_gui} %if ! %{with_gui}
--with-gui=no --with-gui=no
%else
%{nil}
%endif %endif
make make