Removed unnedded quotes that break the build if using an envar to set the MesaLib sources directory.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7024 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2007-08-06 18:22:48 +00:00
parent b8df282068
commit 2a91da1b5a

View File

@ -99,7 +99,7 @@
<para>Install the server by running the following commands:</para>
<screen><userinput>./configure $XORG_CONFIG \
--with-mesa-source='<replaceable>&lt;/absolute/path/to&gt;</replaceable>/Mesa-&mesalib-version;' \
--with-mesa-source=<replaceable>&lt;/absolute/path/to&gt;</replaceable>/Mesa-&mesalib-version; \
--with-module-dir=$XORG_PREFIX/lib/X11/modules \
--with-dri-driver-path=$XORG_PREFIX/lib/X11/modules/dri \
--with-xkb-output=/var/lib/xkb \