]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: fix typo
authorKarel Zak <kzak@redhat.com>
Fri, 24 Sep 2021 13:52:07 +0000 (15:52 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Sep 2021 13:52:07 +0000 (15:52 +0200)
Addresses: https://github.com/karelzak/util-linux/issues/1442
Signed-off-by: Karel Zak <kzak@redhat.com>
meson.build

index 9325066f4a76568921788f261decfa0497a31386..03e70eab72c2bb5828303e66a989c68fd090282a 100644 (file)
@@ -1897,7 +1897,7 @@ endif
 
 opt = not get_option('build-raw').disabled()
 if opt
-  cc.has_header('xlinux/raw.h', required: opt)
+  cc.has_header('linux/raw.h', required: opt)
 endif
 exe = executable(
   'raw',