aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gettext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r--chapter06/gettext.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml
index f1a236ae8..7ad8aeb69 100644
--- a/chapter06/gettext.xml
+++ b/chapter06/gettext.xml
@@ -45,7 +45,9 @@
<para>Prepare Gettext for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/gettext-&gettext-version;</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --disable-static \
+ --docdir=/usr/share/doc/gettext-&gettext-version;</userinput></screen>
<para>Compile the package:</para>