Fix a conditional during dependency check

Conditional was wrong and dependency check would fail.

Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
This commit is contained in:
Harshavardhana 2009-04-24 05:47:39 -07:00 committed by Anand V. Avati
parent ce6fa580af
commit 946436dc17

View File

@ -54,8 +54,8 @@ Requires(postun): /sbin/service
%{!?_without_bdb:BuildRequires: db4-devel}
%{!?_without_client:BuildRequires: fuse-devel}
%if 0%{!?_without_modglfs}
%if 0%{!?_without_apxs_default}
%if 0%{!?_without_modglfs:1}
%if 0%{!?_without_apxs_default:1}
BuildRequires: httpd-devel >= 2.2
%endif
%endif