summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-03-26 10:47:31 -0700
committerMatt Turner <mattst88@gmail.com>2022-03-26 10:51:31 -0700
commit2090940ded023df2a1c0ef8c7dd2cde16a686d7d (patch)
treeccb78a55093d7957ead627a05f656ff60284129d
parentf65c43c05a766ef2e9335367d079b75273d5e53f (diff)
meson: Fix typo
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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(