diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 4e52f9571..a37fe72b9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -88,6 +88,9 @@ First a summary, then a detailed log.
+June 14th, 2005 [archaic]: Removed --with-included-regex from
+chapter6's grep since it is less reliable than glibc's in non-C locales.
+
June 14th, 2005 [archaic]: Removed references to separate gcc
tarballs (gcc-core, gcc-g++, etc.)
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
Prepare Grep for compilation:
-./configure --prefix=/usr --bindir=/bin --with-included-regex
+./configure --prefix=/usr --bindir=/bin
Compile the package: