mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-08 15:06:52 +02:00
Merge branch 'main' into 'main'
Check for linux/netlink.h buildability See merge request GNOME/glib!3422
This commit is contained in:
commit
60f38b5f75
@ -412,7 +412,7 @@ if cc.check_header('malloc.h')
|
|||||||
glib_conf_prefix = glib_conf_prefix + '#define HAVE_MALLOC_H 1\n'
|
glib_conf_prefix = glib_conf_prefix + '#define HAVE_MALLOC_H 1\n'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if cc.has_header('linux/netlink.h')
|
if cc.check_header('linux/netlink.h')
|
||||||
glib_conf.set('HAVE_NETLINK', 1)
|
glib_conf.set('HAVE_NETLINK', 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user