Added dependency on glib 2.12 as we need a certain function from it

This commit is contained in:
gunnar_g 2009-05-11 14:33:49 +00:00
parent c5bd774ec9
commit 433d045f11
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC
pkg_modules="gtk+-2.0 >= 2.6"
pkg_modules="gtk+-2.0 >= 2.6 glib-2.0 >= 2.12"
dnl echo -n "checking for gthread-2.0 ... "
dnl if pkg-config --exists gthread-2.0 ; then