Revert firefox instructions, but remove whitespace in switches

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4857 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Richard Downing 2005-07-31 15:01:09 +00:00
parent 862f2e333a
commit 4d06a01fa1

View File

@ -97,7 +97,8 @@ export MOZ_PHOENIX="1" &&
--enable-application=browser \
--enable-default-toolkit=gtk2 \
--enable-extensions=cookie,xml-rpc,xmlextras,pref,\
transformiix,universalchardet,webservices,inspector \
transformiix,universalchardet,webservices,inspector,\
gnomevfs,negotiateauth \
--enable-crypto \
--enable-xft \
--enable-xinerama \
@ -123,15 +124,6 @@ make</userinput></screen>
to the <command>configure</command> script if you have
<application>libjpeg</application> installed.</para>
<para>You should add <option>gnomevfs</option> to the list
in the <option>--enable-extensions</option> switch
if you have <application>libgnome</application> installed.</para>
<para>You should add <option>negotiateauth</option> to the list
in the <option>--enable-extensions</option> switch
if you have one of the <application>gssapi</application>
libraries installed.</para>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>