diff options
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r-- | chapter06/patch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 0b58365d6..57bb23a7a 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -19,7 +19,7 @@ <screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen> -<para>Again, the preprocessor flag <userinput>-D_GNU_SOURCE</userinput> is only +<para>Again, the preprocessor flag <emphasis>-D_GNU_SOURCE</emphasis> is only needed on the PowerPC platform. On other architectures you can leave it out.</para> <para>Compile the package:</para> |