Commits
Charlie Allom authored 393e907f489
1 - | --- configure.orig 2007-05-07 16:57:47.000000000 -0400 |
2 - | +++ configure 2007-05-07 16:57:07.000000000 -0400 |
3 - | |
1 + | --- configure.orig 2011-10-24 13:46:07.000000000 +0100 |
2 + | +++ configure 2011-10-24 13:47:04.000000000 +0100 |
3 + | |
4 4 | |
5 - | echo "$as_me:$LINENO: checking for a curses library containing mvchgat" >&5 |
6 - | echo $ECHO_N "checking for a curses library containing mvchgat... $ECHO_C" >&6 |
5 + | { $as_echo "$as_me:$LINENO: checking for a curses library containing mvchgat" >&5 |
6 + | $as_echo_n "checking for a curses library containing mvchgat... " >&6; } |
7 7 | -oldLIBS=$LIBS |
8 - | -for curseslib in curses ncurses ; do |
8 + | -for curseslib in ncursesw curses ncurses ; do |
9 9 | +oldLIBS="-L@@PREFIX@@ $LIBS" |
10 10 | +for curseslib in ncurses ; do |
11 11 | LIBS="$oldLIBS -l$curseslib" |
12 12 | cat >conftest.$ac_ext <<_ACEOF |
13 - | #line $LINENO "configure" |
13 + | /* confdefs.h. */ |