Author: chris Date: 2009-09-24 21:54:31 -0600 (Thu, 24 Sep 2009) New Revision: 8030
Modified: trunk/BOOK/x/lib/xulrunner.xml trunk/BOOK/xsoft/graphweb/firefox.xml Log: Fixed typos and consistency issues in .mozconfig for Firefox and Xulrunner Modified: trunk/BOOK/x/lib/xulrunner.xml =================================================================== --- trunk/BOOK/x/lib/xulrunner.xml 2009-09-25 03:28:06 UTC (rev 8029) +++ trunk/BOOK/x/lib/xulrunner.xml 2009-09-25 03:54:31 UTC (rev 8030) @@ -175,7 +175,7 @@ # (Options to use system installed libraries) # 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 excatly what you are doing! +# Only comment this line if you know exactly what you are doing! ac_add_options --enable-system-sqlite # Comment this only if you want to use whatever patched version of cairo @@ -211,10 +211,10 @@ ac_add_options --disable-accessibility # Uncomment this if you did not build curl. -ac_add_options --disable-crashreporter +#ac_add_options --disable-crashreporter # Comment this if you have built dbus-glib. -#ac_add_options --disable-dbus +ac_add_options --disable-dbus # Comment this if you have gnome-vfs and libgnomeui, and wish to # integrate xulrunner into your gnome desktop Modified: trunk/BOOK/xsoft/graphweb/firefox.xml =================================================================== --- trunk/BOOK/xsoft/graphweb/firefox.xml 2009-09-25 03:28:06 UTC (rev 8029) +++ trunk/BOOK/xsoft/graphweb/firefox.xml 2009-09-25 03:54:31 UTC (rev 8030) @@ -187,7 +187,7 @@ # (Options to use system installed libraries) # 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 excatly what you are doing! +# Only comment this line if you know exactly what you are doing! ac_add_options --enable-system-sqlite # Comment this only if you want to use whatever patched version of cairo @@ -223,10 +223,10 @@ ac_add_options --disable-accessibility # Uncomment this if you did not build curl. -ac_add_options --disable-crashreporter +#ac_add_options --disable-crashreporter # Comment this if you have built dbus-glib. -#ac_add_options --disable-dbus +ac_add_options --disable-dbus # Comment this if you have gnome-vfs and libgnomeui, and wish to # integrate xulrunner into your gnome desktop -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
