g_slist_copy_deep() requires GLib 2.34

This commit is contained in:
Berke Viktor
2013-05-12 05:55:14 +02:00
parent 198dc9eb43
commit de819e12bf
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ dnl *********************************************************************
dnl ** GLIB *************************************************************
dnl *********************************************************************
AM_PATH_GLIB_2_0(2.28.0, glib=yes, glib=no)
AM_PATH_GLIB_2_0(2.34.0, glib=yes, glib=no)
if test "$glib" = no; then
AC_MSG_ERROR(Cannot find GLib!)
fi