summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2013-10-14 10:18:46 +0200
committerKarel Zak2013-10-14 10:18:46 +0200
commitb88e6b027cc34b2d46b245ece567c49650ae8d68 (patch)
treeb12dc356def54238bcd22c8f26b63c93b6211289 /configure.ac
parentbuild-sys: move getopt examples to docdir (diff)
downloadkernel-qcow2-util-linux-b88e6b027cc34b2d46b245ece567c49650ae8d68.tar.gz
kernel-qcow2-util-linux-b88e6b027cc34b2d46b245ece567c49650ae8d68.tar.xz
kernel-qcow2-util-linux-b88e6b027cc34b2d46b245ece567c49650ae8d68.zip
build-sys: fix tinfo congitional
Reported-by: Andrej Ota <andrej@ota.si> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f5bcffa2..c286982a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -687,7 +687,7 @@ PKG_CHECK_MODULES(TINFO, [tinfo], [have_tinfo=yes], [
])
AC_SUBST([TINFO_LIBS])
AC_SUBST([TINFO_CFLAGS])
-AM_CONDITIONAL([HAVE_TINFO], [test "x$have_tinfo" = xxyes])
+AM_CONDITIONAL([HAVE_TINFO], [test "x$have_tinfo" = xyes])
AC_ARG_WITH([utempter],