summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-06-25 08:57:23 +0200
committerYorhel <git@yorhel.nl>2016-06-25 08:57:23 +0200
commitf53be2b1e3d27a9f22ebab1aa6b466da5c8de8dd (patch)
treeb5e989dcc61ff879f946037dfe521a34912ae7eb
parenta8c1962b756f4985d337b847f270913af91ea23a (diff)
Revert "configure: Check if we need -ltinfo or -ltinfow"
https://dev.yorhel.nl/ncdc/bug/82 This reverts commit a8c1962b756f4985d337b847f270913af91ea23a.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b91c175..435a213 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,9 +105,6 @@ AC_CHECK_LIB([ncursesw], [get_wch], [
]
)
-AC_SEARCH_LIBS([curs_set], [tinfow tinfo],, AC_MSG_ERROR(could not find a library providing curs_set))
-
-
# Check for zlib
AC_CHECK_LIB([z],
[deflate],