mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01: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'
|
||||
endif
|
||||
|
||||
if cc.has_header('linux/netlink.h')
|
||||
if cc.check_header('linux/netlink.h')
|
||||
glib_conf.set('HAVE_NETLINK', 1)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user