From 17dcf7ed78d23c50e0f06020c885c19e4bde362d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 26 Oct 2003 01:00:17 +0000 Subject: [PATCH] Disable background support in minimal configuration. --- maint/mctest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maint/mctest b/maint/mctest index 0c997751f..c70cdb662 100755 --- a/maint/mctest +++ b/maint/mctest @@ -36,7 +36,8 @@ make distcheck with_screen=mcslang enable_charset=yes with_samba=yes \ echo "Checking the configuration with minimal code coverage" make distcheck enable_largefile=no enable_nls=no with_vfs=no \ with_gpm_mouse=no with_subshell=no with_edit=no with_ext2undel=no \ - with_screen=ncurses with_x=no >test3.out 2>test3.err + with_screen=ncurses with_x=no enable_background=no \ + >test3.out 2>test3.err echo "Checking the configuration with minimal code coverage + editor" make distcheck enable_largefile=no enable_nls=no with_vfs=no \