1
0
Prechádzať zdrojové kódy

Remove an invalid option in python

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11305 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 7 rokov pred
rodič
commit
f682fb5f5c
1 zmenil súbory, kde vykonal 1 pridanie a 10 odobranie
  1. 1 10
      chapter06/python.xml

+ 1 - 10
chapter06/python.xml

@@ -48,8 +48,7 @@
             --enable-shared     \
             --with-system-expat \
             --with-system-ffi   \
-            --with-ensurepip=yes \
-            --enable-unicode=ucs4</userinput></screen>
+            --with-ensurepip=yes</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
@@ -78,14 +77,6 @@
       </listitem>
     </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>
 
     <para>Compile the package:</para>