Skip to content

Commit

Permalink
ADDED check for correct GTK+ version (2.16.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksterker committed Oct 6, 2009
1 parent 3e75bbf commit fbcc13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -88,7 +88,7 @@ dnl *****************
dnl GTK+
dnl *****************

PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.6.0])
PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.16.0])
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)

Expand Down

0 comments on commit fbcc13e

Please sign in to comment.