reapply a theme to previous formats

This commit is contained in:
ailin-nemui 2019-07-03 22:19:00 +02:00
commit 9f6956415a
17 changed files with 300 additions and 7 deletions

View file

@ -273,7 +273,7 @@ for try in 1 2; do
echo "*** trying without -lgmodule"
glib_modules=
fi
AM_PATH_GLIB_2_0(2.28.0,,, $glib_modules)
AM_PATH_GLIB_2_0(2.58.0,,, $glib_modules)
if test "$GLIB_LIBS"; then
if test $glib_modules = gmodule; then
AC_DEFINE(HAVE_GMODULE)