@@ -, +, @@ --- THANKS | 2 ++ configure | 2 +- configure.ac | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) --- a/THANKS +++ a/THANKS @@ -25,6 +25,7 @@ c02y Carl Mueller (carlmuller) Carlos Pita Charles Kauffman +Chema Alonso Josa (nimiux) Christian Fillion (cfillion) Christian Herdtweck Christoph (informationen) @@ -128,6 +129,7 @@ Richard Benson Robert Sarkozi Roger Bongers Ross Hadden (rosshadden) +Ruslan Osmanov (rosmanov) Russell Urquhart SanLe santhoshr --- a/configure +++ a/configure @@ -8707,7 +8707,7 @@ return curs_set (); return 0; } _ACEOF -for ac_lib in '' tinfo; do +for ac_lib in '' tinfow; do if test -z "$ac_lib"; then ac_res="none required" else --- a/configure.ac +++ a/configure.ac @@ -437,7 +437,7 @@ AC_CHECK_LIB(${curses_lib_name}, initscr, CPPFLAGS="$CPPFLAGS -I/usr/include/${curses_lib_name}" fi ncurses_found=yes] - AC_SEARCH_LIBS([curs_set], [tinfo],, + AC_SEARCH_LIBS([curs_set], [tinfow],, AC_MSG_ERROR(could not find a library providing curs_set))) dnl If libncursesw is not found on OS X, check for libncurses. On OS X it has dnl support of wide characters. --