wok rev 6206

thunderbird: switch to built-in sqlite
author Dominique Corbex <domcox@slitaz.org>
date Sat Sep 11 11:05:34 2010 +0200 (2010-09-11)
parents 44259d44cbf7
children 3eb762d7edb9
files thunderbird/stuff/thunderbird.mozconfig.conf
line diff
     1.1 --- a/thunderbird/stuff/thunderbird.mozconfig.conf	Sat Sep 11 01:06:10 2010 +0000
     1.2 +++ b/thunderbird/stuff/thunderbird.mozconfig.conf	Sat Sep 11 11:05:34 2010 +0200
     1.3 @@ -42,7 +42,7 @@
     1.4  # Using the shipped version of libsqlite3 has been reported to cause
     1.5  # problems with other applications which were using sqlite3.
     1.6  # Only comment this line if you know exactly what you are doing!
     1.7 -ac_add_options --enable-system-sqlite
     1.8 +# ac_add_options --enable-system-sqlite
     1.9  
    1.10  # Comment this only if you want to use whatever patched version of cairo
    1.11  # is in the shipped mozilla tree, together with the system headers.