diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 4d198ca1b..c88b6a6b0 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -73,10 +73,10 @@ cd ../glibc-build</userinput></screen> <para>Prepare Glibc for compilation:</para> -<screen><userinput remap="configure">../glibc-&glibc-version;/configure \ - --prefix=/usr \ - --disable-profile \ - --enable-kernel=&min-kernel; \ +<screen><userinput remap="configure">../glibc-&glibc-version;/configure \ + --prefix=/usr \ + --disable-profile \ + --enable-kernel=&min-kernel; \ --enable-obsolete-rpc</userinput></screen> <variablelist> |