mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Remove an invalid option in python
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11305 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6699f0fa9c
commit
f682fb5f5c
@ -48,8 +48,7 @@
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-system-expat \
|
--with-system-expat \
|
||||||
--with-system-ffi \
|
--with-system-ffi \
|
||||||
--with-ensurepip=yes \
|
--with-ensurepip=yes</userinput></screen>
|
||||||
--enable-unicode=ucs4</userinput></screen>
|
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
@ -78,14 +77,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><parameter>--enable-unicode=ucs4</parameter></term>
|
|
||||||
<listitem>
|
|
||||||
<para>This switch enables 32bit Unicode support in
|
|
||||||
<application>Python</application>.</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user