From 0f822eb355f680f5c144a4e547ea71b70cb7cf3f Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 23 Sep 2003 20:24:09 +0000 Subject: [PATCH] Force glib 1.2.x in the maximal coverage test. --- maint/mctest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maint/mctest b/maint/mctest index 93ea3d7cc..0c997751f 100755 --- a/maint/mctest +++ b/maint/mctest @@ -30,7 +30,8 @@ make distcheck >test1.out 2>test1.err echo "Checking the configuration with maximal code coverage" make distcheck with_screen=mcslang enable_charset=yes with_samba=yes \ - with_mcfs=yes with_included_gettext=yes >test2.out 2>test2.err + with_mcfs=yes with_included_gettext=yes with_glib12=yes \ + >test2.out 2>test2.err echo "Checking the configuration with minimal code coverage" make distcheck enable_largefile=no enable_nls=no with_vfs=no \