From 946436dc17f7df47608b9a64aa11b77d7caf309d Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 24 Apr 2009 05:47:39 -0700 Subject: Fix a conditional during dependency check Conditional was wrong and dependency check would fail. Signed-off-by: Anand V. Avati --- glusterfs.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 9b7e96e0540..609c0e64ad1 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -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 -- cgit