diff --git a/maint/mc-test b/maint/mc-test index 797284322..a56b52ef9 100755 --- a/maint/mc-test +++ b/maint/mc-test @@ -47,7 +47,7 @@ mc_cflags="" mc_ldflags="" -mc_tests="plain charset no_charset vfs no_vfs mcfs no_mcfs samba "\ +mc_tests="plain glib12 charset no_charset vfs no_vfs mcfs no_mcfs samba "\ "no_samba ext2undel no_ext2undel slang mcslang ncurses maintainer "\ "no_maintainer i18n no_i18n no_features all_features all_warnings" @@ -341,6 +341,12 @@ test_plain() { confbuild } +test_glib12() { + testname="glib12" + configure_args="--with-glib12" + confbuild +} + test_charset() { testname="charset" configure_args="--enable-charset"