Skip to content

Commit

Permalink
fix: configure to check for new enough versions of glib and gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisterH committed Aug 4, 2017
1 parent b32cb52 commit eade82c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_SIZE_T

PKG_CHECK_MODULES(GTK, gtk+-2.0)
dnl will comment in gwc.c where these versions are required:
PKG_CHECK_MODULES(GTK, [ gtk+-2.0 >= 2.16 glib-2.0 >= 2.30 ])

dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
Expand Down

0 comments on commit eade82c

Please sign in to comment.