# HG changeset patch # User Dominique Corbex # Date 1284195934 -7200 # Node ID f8ba4e9c2b01d247609c4f3bc617d69bd1c8f48f # Parent 44259d44cbf72a16075dc5513c3849d7b2e21f40 thunderbird: switch to built-in sqlite diff -r 44259d44cbf7 -r f8ba4e9c2b01 thunderbird/stuff/thunderbird.mozconfig.conf --- a/thunderbird/stuff/thunderbird.mozconfig.conf Sat Sep 11 01:06:10 2010 +0000 +++ b/thunderbird/stuff/thunderbird.mozconfig.conf Sat Sep 11 11:05:34 2010 +0200 @@ -42,7 +42,7 @@ # Using the shipped version of libsqlite3 has been reported to cause # problems with other applications which were using sqlite3. # Only comment this line if you know exactly what you are doing! -ac_add_options --enable-system-sqlite +# ac_add_options --enable-system-sqlite # Comment this only if you want to use whatever patched version of cairo # is in the shipped mozilla tree, together with the system headers.