summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 1be6f47..bcfa7f3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -5,7 +5,7 @@ ExcludeArch: armv7hl
%define system_nss 1
# Use system sqlite?
-%if 0%{?fedora} > 23
+%if 0%{?fedora} > 24
%define system_sqlite 1
%else
%define system_sqlite 0
bgstack15