diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 60b3dc645..6fc12efb8 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -61,8 +61,7 @@ cd ../glibc-build</userinput></screen> <screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons \ - --enable-kernel=2.6.0 --without-cvs \ - --libexecdir=/usr/lib/glibc</userinput></screen> + --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc</userinput></screen> <para>The meaning of the new configure option:</para> |