summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2015-03-28 11:23:53 +0100
committerRuediger Meier2015-03-28 17:12:27 +0100
commit587652b4f87a62ed9bd63ff4865cf0e4454a3620 (patch)
treeb61d7bcfc1c6fe45114320c6722a3b090ae9bd77 /configure.ac
parentsfdisk: cleanup prompt usage (diff)
downloadkernel-qcow2-util-linux-587652b4f87a62ed9bd63ff4865cf0e4454a3620.tar.gz
kernel-qcow2-util-linux-587652b4f87a62ed9bd63ff4865cf0e4454a3620.tar.xz
kernel-qcow2-util-linux-587652b4f87a62ed9bd63ff4865cf0e4454a3620.zip
build-sys: typo -ltinfo
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
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 2749b3a90..f26b5609e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -788,7 +788,7 @@ PKG_CHECK_MODULES(TINFO, [tinfo], [
AC_CHECK_LIB([tinfo], [tgetent], [
have_tinfo=yes
TINFO_LIBS="-ltinfo"
- TINFO_LIBS_STATIC="-tinfo"
+ TINFO_LIBS_STATIC="-ltinfo"
TINFO_CFLAGS=""])
])