diff options
Diffstat (limited to 'chapter06/grep-inst.xml')
-rw-r--r-- | chapter06/grep-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml index ada7a6b18..8743a0c66 100644 --- a/chapter06/grep-inst.xml +++ b/chapter06/grep-inst.xml @@ -5,7 +5,8 @@ <para>Prepare Grep to be compiled:</para> -<para><screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen></para> +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin&& + --with-included-regex</userinput></screen></para> <para>Continue with compiling the package:</para> |