aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cd14c42f6..94e01bc0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,8 +108,8 @@ dnl
dnl mandatory libraries
dnl
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.4 gthread-2.0],,
- [AC_MSG_ERROR([glib-2.4 is required])])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.6 gthread-2.0],,
+ [AC_MSG_ERROR([glib-2.6 is required])])
dnl