diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f0db2f8a8..039822810 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,17 @@
-->
+
+ 2013-11-04
+
+
+ [bdubbs] - Disable pkg-config lookups in the
+ Chapter 5 check program that may cause unwanted
+ host system libraries to be linked into check.
+
+
+
+
2013-10-21
diff --git a/chapter05/check.xml b/chapter05/check.xml
index a805bfab5..ec34ae723 100644
--- a/chapter05/check.xml
+++ b/chapter05/check.xml
@@ -42,7 +42,21 @@
Prepare Check for compilation:
-./configure --prefix=/tools
+PKG_CONFIG= ./configure --prefix=/tools
+
+
+ The meaning of the configure parameter:
+
+
+ PKG_CONFIG=
+
+ This tells the configure script to ignore any
+ pkg-config options that may cause the system to try to link
+ with libraries not in the /tools
+ directory.
+
+
+
Build the package:
diff --git a/general.ent b/general.ent
index 23c5ed2bb..aee898d35 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-
-
+
+