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
+ --with-ensurepip=yes
The meaning of the configure options:
@@ -78,14 +77,6 @@
-
- --enable-unicode=ucs4
-
- This switch enables 32bit Unicode support in
- Python.
-
-
-
Compile the package: