From 58d3b90ac3ce8d4e1f15112956b733d3657f774a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jul 2011 18:55:14 +0200 Subject: thunderbird-*: fix f13 build --- thunderbird.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'thunderbird.spec') 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} -- cgit