summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2023-05-09 13:15:32 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2023-05-09 13:15:32 +0000
commit60f38b5f75846320c7347a2d7b2ac233568bc8da (patch)
treeadbd6772cb80e319f55fa4ba032bbce5dea5d2d4
parent08aee6b5f4fab2b6bf427f23e52c7742d66be617 (diff)
parent81d729dc5377bcfb664a720191a716e7e9f064d7 (diff)
downloadglib-60f38b5f75846320c7347a2d7b2ac233568bc8da.tar.gz
Merge branch 'main' into 'main'
Check for linux/netlink.h buildability See merge request GNOME/glib!3422
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f275a3475..1d75a8be5 100644
--- a/meson.build
+++ b/meson.build
@@ -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