From eade82cf01270421973f955d82b91db479c58dbd Mon Sep 17 00:00:00 2001 From: Alister Hood Date: Fri, 4 Aug 2017 17:33:21 +1200 Subject: [PATCH] fix: configure to check for new enough versions of glib and gtk --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 80b9bd5..3310fcc 100644 --- a/configure.in +++ b/configure.in @@ -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