Browse Source

Add enable_netcode=no to the last "rarely used" configuration.

Pavel Roskin 21 years ago
parent
commit
05b1a3f2c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      maint/mctest

+ 1 - 1
maint/mctest

@@ -53,7 +53,7 @@ distcheck 4 enable_largefile=no enable_nls=no with_vfs=no \
 
 echo "Checking the configuration with experimental and rarely used options"
 distcheck 5 with_screen=mcslang with_termcap=yes \
-     with_mmap=no with_subshell=optional
+     with_mmap=no with_subshell=optional enable_netcode=no
 
 if test -x /usr/bin/rpmbuild; then
 	echo "Building RPM package"