| Revision 11706, 511 bytes checked in by iwaim, 8 years ago (diff) |
|---|
diff -up emacs-24.0.90/configure.in\~ emacs-24.0.90/configure.in
| old | new | case "$opsys" in |
|---|---|---|
| 2805 | 2805 | ## (HAVE_LIBNCURSES was not always true, but is since 2010-03-18.) |
| 2806 | 2806 | if test "x$HAVE_LIBNCURSES" = "xyes"; then |
| 2807 | 2807 | TERMINFO=yes |
| 2808 | LIBS_TERMCAP="-lncurses |
|
| 2808 | LIBS_TERMCAP="-lncurses -ltinfo" | |
| 2809 | 2809 | fi |
| 2810 | 2810 | ;; |
| 2811 | 2811 |