From: Alasdair Kergon Date: Mon, 24 Nov 2008 13:33:16 +0000 (+0000) Subject: Add tinfo to termcap search path for pld-linux. X-Git-Tag: old-v2_02_44~67 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=862d83c691114de993a39c732ee09fb3bfde5da1;p=lvm2.git Add tinfo to termcap search path for pld-linux. --- diff --git a/WHATS_NEW b/WHATS_NEW index 581c5ab2d..f7b734a40 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.44 - ==================================== + Add tinfo to termcap search path for pld-linux. Fix startup race in clvmd. Generate Red Hat clvmd startup script at configuration time with correct paths. Fix clvmd & dmeventd builds after tree restructuring. diff --git a/configure b/configure index 540bbc771..2fe92fd06 100755 --- a/configure +++ b/configure @@ -9137,7 +9137,7 @@ return tgetent (); return 0; } _ACEOF -for ac_lib in '' ncurses curses termcap termlib; do +for ac_lib in '' tinfo ncurses curses termcap termlib; do if test -z "$ac_lib"; then ac_res="none required" else diff --git a/configure.in b/configure.in index 18fabb384..d18d5fdb7 100644 --- a/configure.in +++ b/configure.in @@ -472,7 +472,7 @@ fi; ################################################################################ dnl -- Check for termcap (Shamelessly copied from parted 1.4.17) if test x$READLINE != xno; then - AC_SEARCH_LIBS([tgetent], [ncurses curses termcap termlib], + AC_SEARCH_LIBS([tgetent], [tinfo ncurses curses termcap termlib], [tg_found=yes], [tg_found=no]) test x$READLINE:$tg_found = xyes:no && AC_MSG_ERROR(