build-sys: fix typo

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-04-22 16:11:51 +02:00
parent a73035dc74
commit 5e42ec32fb
1 changed files with 1 additions and 1 deletions

View 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