mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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
This commit is contained in:
parent
df8d7e9371
commit
74eaf91d03
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user