Skip to content

Commit

Permalink
Add min/max glib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Sep 9, 2015
1 parent 7a2efb3 commit 0562d25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.ac
Expand Up @@ -19,6 +19,12 @@ IT_PROG_INTLTOOL([0.50.1])
MATE_COMPILE_WARNINGS
YELP_HELP_INIT

# GLib min/max required versions
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36],
[Warn on use of APIs added after GLib 2.36])
AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36],
[Warn on use of APIs deprecated before GLib 2.36])

AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)

dnl ---------------------------------------------------------------------------
Expand Down

0 comments on commit 0562d25

Please sign in to comment.