]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix typo
authorKarel Zak <kzak@redhat.com>
Thu, 22 Apr 2021 14:11:51 +0000 (16:11 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 23 Apr 2021 08:38:31 +0000 (10:38 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 38209f73c067afb40286a4a7e86280efe3f7894d..8942ce2b4533df901350c4062dcd4fb21302db90 100644 (file)
@@ -749,7 +749,7 @@ AC_ARG_ENABLE([poman],
 )
 UL_BUILD_INIT([poman])
 UL_REQUIRES_PROGRAM([poman], [PO4A], [po4a], [translated man pages])
-AM_CONDITIONAL([ENABLE_POMAN], [test "x$uild_poman" = xyes])
+AM_CONDITIONAL([ENABLE_POMAN], [test "x$build_poman" = xyes])
 
 
 AX_CHECK_TLS