From 74eaf91d032e19da758be92cde948469482c833d Mon Sep 17 00:00:00 2001 From: Chris Staub Date: Fri, 25 Sep 2009 03:54:31 +0000 Subject: [PATCH] Fixed typos and consistency issues in .mozconfig for Firefox and Xulrunner git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8030 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- x/lib/xulrunner.xml | 6 +++--- xsoft/graphweb/firefox.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x/lib/xulrunner.xml b/x/lib/xulrunner.xml index 765c1cb922..d4b574bd3b 100644 --- a/x/lib/xulrunner.xml +++ b/x/lib/xulrunner.xml @@ -175,7 +175,7 @@ ac_add_options --enable-optimize # (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 --with-system-zlib 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 diff --git a/xsoft/graphweb/firefox.xml b/xsoft/graphweb/firefox.xml index 2717037101..f992d38faa 100644 --- a/xsoft/graphweb/firefox.xml +++ b/xsoft/graphweb/firefox.xml @@ -187,7 +187,7 @@ ac_add_options --enable-optimize # (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 --with-system-zlib 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