]> git.pld-linux.org Git - packages/ocfs2-tools.git/blob - ocfs2-tools-tinfo.patch
- release 2
[packages/ocfs2-tools.git] / ocfs2-tools-tinfo.patch
1 diff -urN ocfs2-tools-1.2.2.org/configure.in ocfs2-tools-1.2.2/configure.in
2 --- ocfs2-tools-1.2.2.org/configure.in  2006-10-19 19:10:53.000000000 +0200
3 +++ ocfs2-tools-1.2.2/configure.in      2007-01-04 20:31:15.826232250 +0100
4 @@ -98,6 +98,7 @@
5  AC_SUBST(UUID_LIBS)
6  
7  NCURSES_LIBS=
8 +AC_CHECK_LIB(tinfo, tgetstr, NCURSES_LIBS=-ltinfo)
9  AC_CHECK_LIB(ncurses, tgetstr, NCURSES_LIBS=-lncurses)
10  if test "x$NCURSES_LIBS" = "x"; then
11    AC_MSG_ERROR([Unable to find ncurses library])
This page took 0.084351 seconds and 3 git commands to generate.