Skip to content

Commit

Permalink
configure: Revert GLIB dependency on version 2.52
Browse files Browse the repository at this point in the history
GLIB 2.52 is too recent for many GNU/Linux distributions.
I will provide another way to detect the presence of g_utf8_make_valid()
  • Loading branch information
LudovicRousseau committed Apr 1, 2018
1 parent 649b39d commit d929605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -23,7 +23,7 @@ AC_DEFINE(GRISBI_MICRO_VERSION, grisbi_micro_version, [grisbi micro version])
AC_SUBST(GRISBI_MICRO_VERSION, grisbi_micro_version)

# Dependencies
GLIB_REQUIRED=2.52
GLIB_REQUIRED=2.44
GTK_REQUIRED=3.16
LIBGSF_REQUIRED=1.14

Expand Down

0 comments on commit d929605

Please sign in to comment.