[xulrunner] fixed system sqlite define

Jan Horak xhorak at fedoraproject.org
Wed Feb 6 10:20:37 UTC 2013


commit e5d27ba2df72d733543de8256e555dfbe4d25bef
Author: Jan Horak <jhorak at redhat.com>
Date:   Wed Feb 6 11:20:32 2013 +0100

    fixed system sqlite define

 xulrunner.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 9693110..0c4d9f2 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -2,10 +2,10 @@
 %define system_nss        1
 
 # Use system sqlite?
-%if 0%{?fedora} <= 19
-%define system_sqlite     1
-%else
+%if 0%{?fedora} < 19
 %define system_sqlite     0
+%else
+%define system_sqlite     1
 %endif
 
 # Use system cairo?


More information about the scm-commits mailing list