* modules.cfg: compile ftgxval.c by default
diff --git a/ChangeLog b/ChangeLog
index 08f57da..a50f17d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-08-15  suzuki toshiya  <mpsuzuki@hiroshima-u.ac.jp>
 
+	* modules.cfg (BASE_EXTENSIONS): Compile in ftgxval.c by default to
+	build ftvalid in ft2demos. Commit on 2006-02-28 had been slipped.
+
+2006-08-15  suzuki toshiya  <mpsuzuki@hiroshima-u.ac.jp>
+
 	`ft_validator_run' wrapping `setjmp' can cause crash, found by Jens:
 	http://lists.nongnu.org/archive/html/freetype-devel/2006-08/msg00004.htm
 
diff --git a/modules.cfg b/modules.cfg
index dd7ae1d..85ffac9 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -166,7 +166,7 @@
 # Interface for gxvalid module (which is required).
 #
 # See include/freetype/ftgxval.h for the API.
-# BASE_EXTENSIONS += ftgxval.c
+BASE_EXTENSIONS += ftgxval.c
 
 # Multiple Master font interface.
 #