From 5e42ec32fbbbf54e77ed5c082747cf1be1b97f42 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 22 Apr 2021 16:11:51 +0200 Subject: [PATCH] build-sys: fix typo Signed-off-by: Karel Zak --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 38209f73c0..8942ce2b45 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.47.2