diff options
-rw-r--r-- | thunderbird.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/thunderbird.spec b/thunderbird.spec index e8948e8..1d1a2f7 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -203,6 +203,9 @@ ac_add_options --enable-system-lcms %if %{fedora} >= 15 ac_add_options --enable-system-sqlite %endif +%if %{fedora} < 14 +ac_add_options --disable-libjpeg-turbo +%endif EOF %if %{official_branding} |