aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/groff-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml
index 1bdbfd3fa..03857f25e 100644
--- a/chapter06/groff-inst.xml
+++ b/chapter06/groff-inst.xml
@@ -6,8 +6,8 @@ Install Groff by running the following commands:
</para>
<blockquote><literallayout>
- <userinput>CXXFLAGS="-Dstrerror=strerror $CXXFLAGS" ./configure
- --prefix=/usr &amp;&amp;</userinput>
+ <userinput>./configure --prefix=/usr &amp;&amp;
+ </userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>