summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--redis.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.spec b/redis.spec
index 2ac6364..01fae5d 100644
--- a/redis.spec
+++ b/redis.spec
@@ -74,7 +74,7 @@ different kind of sorting abilities.
make %{?_smp_mflags} \
DEBUG="" \
CFLAGS='%{optflags}' \
-%if !0%{?el5}
+%if 0%{?rhel} >= 6 || 0%{?fedora} >= 13
%if 0%{?with_perftools}
USE_TCMALLOC=yes \
%endif