diff options
| author | Remi Collet <fedora@famillecollet.com> | 2010-05-31 20:35:33 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2010-05-31 20:35:33 +0200 | 
| commit | efa27fcae78e4671c6cb2e0d9f0b29331e6728db (patch) | |
| tree | 05e05440c3d3155747a7454496f2e214201b9a83 /thunderbird-mozconfig | |
| parent | e956c57f5aa0b98e1e4e12ae9fc28a3fb94b5a61 (diff) | |
fix min sqlite version to 3.6.22 (so, F-13 only)
Diffstat (limited to 'thunderbird-mozconfig')
| -rw-r--r-- | thunderbird-mozconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/thunderbird-mozconfig b/thunderbird-mozconfig index 3df47c0..c7334ff 100644 --- a/thunderbird-mozconfig +++ b/thunderbird-mozconfig @@ -27,6 +27,7 @@ ac_add_options --enable-svg  ac_add_options --enable-canvas  ac_add_options --enable-system-hunspell  ac_add_options --disable-crashreporter +ac_add_options --disable-necko-wifi  export BUILD_OFFICIAL=1  export MOZILLA_OFFICIAL=1  | 
