diff options
Diffstat (limited to 'chapter06/mpc.xml')
-rw-r--r-- | chapter06/mpc.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/mpc.xml b/chapter06/mpc.xml index a8b8818dc..cac9cc7fa 100644 --- a/chapter06/mpc.xml +++ b/chapter06/mpc.xml @@ -44,7 +44,9 @@ <para>Prepare MPC for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/mpc-&mpc-version;</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --disable-static \ + --docdir=/usr/share/doc/mpc-&mpc-version;</userinput></screen> <para>Compile the package and generate the HTML documentation:</para> |