aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/grep.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index 5a02861b3..eb50c9636 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -46,8 +46,7 @@
<para>Prepare Grep for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools \
- --disable-perl-regexp \
- --without-included-regex</userinput></screen>
+ --disable-perl-regexp</userinput></screen>
<variablelist>
<title>The meaning of the configure switches:</title>
@@ -61,15 +60,6 @@
once we enter the <command>chroot</command> environment.</para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term><parameter>--without-included-regex</parameter></term>
- <listitem>
- <para>The configure check for Glibc's regex library is broken when
- building against Glibc-&glibc-version;. This switch forces the use of
- Glibc's regex library.</para>
- </listitem>
- </varlistentry>
</variablelist>
<para>Compile the package:</para>