diff options
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r-- | chapter06/grep.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 9f3dab5bb..979ed64bd 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -32,7 +32,7 @@ Diffutils, GCC, Gettext, Glibc, Make, Sed, and Texinfo</seg></seglistitem> <para>Prepare Grep for compilation:</para> -<screen><userinput>./configure --prefix=/usr --bindir=/bin --with-included-regex</userinput></screen> +<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen> <para>Compile the package:</para> |