]> git.pld-linux.org Git - packages/ocfs2-tools.git/blame - ocfs2-tools-tinfo.patch
- up to 1.8.6
[packages/ocfs2-tools.git] / ocfs2-tools-tinfo.patch
CommitLineData
bc826c10
AM
1diff -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.092623 seconds and 4 git commands to generate.