]> sourceware.org Git - lvm2.git/commitdiff
Add tinfo to termcap search path for pld-linux.
authorAlasdair Kergon <agk@redhat.com>
Mon, 24 Nov 2008 13:33:16 +0000 (13:33 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 24 Nov 2008 13:33:16 +0000 (13:33 +0000)
WHATS_NEW
configure
configure.in

index 581c5ab2dcaaf4a6d6e5265c3edde904278ae7ea..f7b734a40a6f57f09f16fbc520df471c4dfed15f 100644 (file)
--- 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.
index 540bbc771c86e5e6231ec57ddda39032abb08b55..2fe92fd06772d86c81c2640f50021f3c6b04a2df 100755 (executable)
--- 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
index 18fabb384b712c04bd1a0ef4ff1a82e3ce6368c9..d18d5fdb7c48f7d07795d79ef499b49e584c4c52 100644 (file)
@@ -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(
This page took 0.057636 seconds and 5 git commands to generate.