summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-03-19 11:10:38 -0400
committerDavid Cantrell <dcantrell@redhat.com>2007-03-19 20:57:59 -0400
commitf104c2bbd8b691d702061d30f3e6feaf31583078 (patch)
tree2b25e4c3385385b4aba6b1499e2540a990b10e35 /configure.ac
parent8f9505516a9dee8aff0f5d74fe26e2fe0a4db969 (diff)
downloadparted-f104c2bbd8b691d702061d30f3e6feaf31583078.tar.gz
Check for tgetent() in libtinfo as well as ncurses, curses, termcap, and termlib.
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 80b5ff3..a824fcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -286,7 +286,7 @@ dnl Check for termcap
if test "$with_readline" = yes; then
OLD_LIBS="$LIBS"
LIBS=""
- AC_SEARCH_LIBS(tgetent, ncurses curses termcap termlib,
+ AC_SEARCH_LIBS(tgetent, tinfo ncurses curses termcap termlib,
PARTED_LIBS="$PARTED_LIBS $LIBS",
AC_MSG_ERROR(
termcap could not be found which is required for the