diff --git a/maint/mc_glib1_compile b/maint/mc_glib1_compile index 448843258..46fa01c88 100755 --- a/maint/mc_glib1_compile +++ b/maint/mc_glib1_compile @@ -40,7 +40,7 @@ if test -f glist.c; then : ; else fi rm -rf "$GLIB_INSTDIR" -./configure --disable-shared --prefix="$GLIB_INSTDIR" || exit 1 +./configure --disable-shared --with-glib12 --prefix="$GLIB_INSTDIR" || exit 1 make all || exit 1 make install || exit 1