aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/grep.xml')
-rw-r--r--chapter05/grep.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index 2cfe6127e..2be213b6f 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -45,21 +45,7 @@
<para>Prepare Grep for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/tools --disable-perl-regexp</userinput></screen>
-
- <variablelist>
- <title>The meaning of the configure switches:</title>
-
- <varlistentry>
- <term><parameter>--disable-perl-regexp</parameter></term>
- <listitem>
- <para>This ensures that the <command>grep</command> program does
- not get linked against a Perl Compatible Regular Expression (PCRE)
- library that may be present on the host but will not be available
- once we enter the <command>chroot</command> environment.</para>
- </listitem>
- </varlistentry>
- </variablelist>
+<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
<para>Compile the package:</para>