--- configure +++ configure @@ -799,7 +799,7 @@ #include int main(void) { return curses_version(); } EOF - if $cc $ARCH_CFLAGS -o $TMPE $TMPC -lcurses 2> /dev/null ; then + if $cc $ARCH_CFLAGS -o $TMPE $TMPC -lncurses 2> /dev/null ; then curses=yes fi fi # test "$curses" @@ -1102,7 +1102,7 @@ if test "$curses" = "yes" ; then echo "#define CONFIG_CURSES 1" >> $config_h echo "CONFIG_CURSES=yes" >> $config_mak - echo "CURSES_LIBS=-lcurses" >> $config_mak + echo "CURSES_LIBS=-lncurses" >> $config_mak fi if test "$brlapi" = "yes" ; then echo "CONFIG_BRLAPI=yes" >> $config_mak