summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2015-04-07 12:31:55 +0200
committerKarel Zak2015-04-07 12:31:55 +0200
commit0fc7a4fbf46e514e3c893583372dbaad579c6eaf (patch)
tree23662d5848b0d37639fca125a6bde3275b8c542c
parentwhereis: trivial spelling and grammar fix (diff)
parentbuild-sys: typo -ltinfo (diff)
downloadkernel-qcow2-util-linux-0fc7a4fbf46e514e3c893583372dbaad579c6eaf.tar.gz
kernel-qcow2-util-linux-0fc7a4fbf46e514e3c893583372dbaad579c6eaf.tar.xz
kernel-qcow2-util-linux-0fc7a4fbf46e514e3c893583372dbaad579c6eaf.zip
Merge branch 'fix-tinfo-typo' of https://github.com/rudimeier/util-linux
* 'fix-tinfo-typo' of https://github.com/rudimeier/util-linux: build-sys: typo -ltinfo
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a67342df6..3377094e1 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=""])
])