aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 0bdc4c9f4..fd5cc4dd6 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -49,8 +49,8 @@ cd ../glibc-build</userinput></screen>
<para>Now prepare Glibc for compilation:</para>
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
- --disable-profile --enable-add-ons=nptl --with-tls \
- --with-__thread --enable-kernel=2.6.0 --without-cvs \
+ --disable-profile --enable-add-ons \
+ --enable-kernel=2.6.0 --without-cvs \
--libexecdir=/usr/lib/glibc</userinput></screen>
<para>The meaning of the new configure options:</para>