aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-21 05:31:01 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-21 05:31:01 +0000
commita1ff26f083a9101fdcae8161df957cb66acd6c63 (patch)
tree70720f490ce5fa8613591f28f50a12e406ce2d9a /chapter05/grep.xml
parent92f4dc7c01c28c8a5ec881d037154c8ad00dfc93 (diff)
Removed --with-included-regex from chapter05/grep.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6083 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/grep.xml')
-rw-r--r--chapter05/grep.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index 4cd4f6ebf..6c4b9b01c 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -32,7 +32,7 @@
<para>Prepare Grep for compilation:</para>
<screen><userinput>./configure --prefix=/tools \
- --disable-perl-regexp --with-included-regex</userinput></screen>
+ --disable-perl-regexp</userinput></screen>
<para>The meaning of the configure options:</para>
@@ -45,13 +45,6 @@ Expression (PCRE) library that may be present on the host and would
not be available once we enter the chroot
environment.</para></listitem>
</varlistentry>
-
-<varlistentry>
-<term><parameter>--with-included-regex</parameter></term>
-<listitem><para>This ensures that Grep uses its internal regular
-expression code. Without this switch, Grep will use the code from
-Glibc, which is known to be buggy.</para></listitem>
-</varlistentry>
</variablelist>
<para>Compile the package:</para>