From 2090940ded023df2a1c0ef8c7dd2cde16a686d7d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 26 Mar 2022 10:47:31 -0700 Subject: meson: Fix typo Signed-off-by: Matt Turner --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index a39d9a3..25bedac 100644 --- a/meson.build +++ b/meson.build @@ -28,7 +28,7 @@ deps = [ conf = configuration_data() if cc.has_function('shmat') - conf.set('HAVE_SHAMT', true) + conf.set('HAVE_SHMAT', true) endif configure_file( -- cgit v1.2.3