]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-tinfo.patch
- tinfo instead of ncurses for terminfo related things
[packages/emacs.git] / emacs-tinfo.patch
1 diff -urN emacs-22.1.org/configure.in emacs-22.1/configure.in
2 --- emacs-22.1.org/configure.in 2007-05-25 14:43:29.000000000 +0200
3 +++ emacs-22.1/configure.in     2007-06-10 16:55:37.848243540 +0200
4 @@ -2622,7 +2622,7 @@
5  # That is because we have not set up to link ncurses in lib-src.
6  # It's better to believe a function is not available
7  # than to expect to find it in ncurses.
8 -AC_CHECK_LIB(ncurses, tparm)
9 +AC_CHECK_LIB(tinfo, tparm)
10  
11  # Do we need the Hesiod library to provide the support routines?
12  if test "$with_hesiod" = yes ; then
This page took 0.128263 seconds and 4 git commands to generate.