diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index e640736..bf5c3ad 100644 --- a/firefox.spec +++ b/firefox.spec @@ -101,7 +101,7 @@ BuildRequires: wireless-tools-devel %endif # BR from Xulrunner -%if %{fedora} >= 12 +%if %{fedora} >= 11 BuildRequires: sqlite-devel >= %{sqlite_version} %endif %if %{fedora} >= 11 @@ -183,7 +183,7 @@ cat <<EOF_MOZCONFIG | tee .mozconfig #ac_add_options --with-system-png ac_add_options --prefix="\$PREFIX" ac_add_options --libdir="\$LIBDIR" -%if %{fedora} >= 12 +%if %{fedora} >= 11 ac_add_options --enable-system-sqlite %endif %if %{fedora} >= 11 |