mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-12 21:49:51 +00:00
m4: Require glib version >= 2.22
This is required by the GInetAddress functions.
This commit is contained in:
parent
fb6904f528
commit
9b74e47ed3
@ -140,7 +140,7 @@ AC_DEFUN([SPICE_CHECK_PIXMAN], [
|
||||
# use in the GLIB2_CFLAGS and GLIB2_LIBS variables.
|
||||
#------------------
|
||||
AC_DEFUN([SPICE_CHECK_GLIB2], [
|
||||
PKG_CHECK_MODULES(GLIB2, glib-2.0)
|
||||
PKG_CHECK_MODULES(GLIB2, glib-2.0 >= 2.22)
|
||||
])
|
||||
|
||||
# SPICE_CHECK_PYTHON_MODULES()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user