diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-09-24 01:56:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-09-24 01:56:22 +0000 |
commit | f682fb5f5c7b08a6e6a25c477f7c445da07bd54f (patch) | |
tree | ab8455a46affa6ae74e575011d8f5303f420b5ac /chapter06 | |
parent | 6699f0fa9c22c877a269ca510e3fdb4866a719b7 (diff) |
Remove an invalid option in python
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11305 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/python.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/chapter06/python.xml b/chapter06/python.xml index d680bc735..57a39671a 100644 --- a/chapter06/python.xml +++ b/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> |