]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix typo in waitpid check
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 31 May 2023 14:11:09 +0000 (16:11 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 31 May 2023 15:31:42 +0000 (17:31 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
configure.ac

index 341c2d765f97502d966187fa2725e3dc806e3151..a381f79363ca6f4e4800f2d7bcfd51e6847fabae 100644 (file)
@@ -1852,7 +1852,7 @@ AM_CONDITIONAL([BUILD_FADVISE], [test "x$build_fadvise" = xyes])
 
 AC_ARG_ENABLE([waitpid],
   AS_HELP_STRING([--disable-waitpid], [do not build waitpid]),
-  [], [UL_DEFAULT_ENABLE([waitpidd], [check])]
+  [], [UL_DEFAULT_ENABLE([waitpid], [check])]
 )
 UL_BUILD_INIT([waitpid])
 UL_REQUIRES_LINUX([waitpid])