diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/perl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 32cb79b07..d18fbfaf9 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -54,11 +54,11 @@ sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH</userinput></screen> --> <para>Prepare Perl for compilation (make sure to get the - 'Data/Dumper Fcntl IO POSIX' part of the command correct—they are all + 'Data/Dumper Fcntl IO' part of the command correct—they are all letters):</para> <screen><userinput remap="configure">sh Configure -des -Dprefix=/tools \ - -Dstatic_ext='Data/Dumper Fcntl IO POSIX'</userinput></screen> + -Dstatic_ext='Data/Dumper Fcntl IO'</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |