configure.ac: require GLib 2.12
Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h.
This commit is contained in:
@@ -141,8 +141,8 @@ dnl
|
||||
dnl mandatory libraries
|
||||
dnl
|
||||
|
||||
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16 gthread-2.0],,
|
||||
[AC_MSG_ERROR([glib-2.16 is required])])
|
||||
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.12 gthread-2.0],,
|
||||
[AC_MSG_ERROR([GLib 2.12 is required])])
|
||||
|
||||
|
||||
dnl
|
||||
|
Reference in New Issue
Block a user