mutt stable branch with some hacks

Use CF_CURSES_LIBS macro for better detection of platform-specific curses libraries. From Lars Hecking.

+1 -1
+1 -1
configure.in
··· 183 183 fi 184 184 AC_CHECK_HEADERS(ncurses.h)], 185 185 186 - [MUTTLIBS="$MUTTLIBS -lcurses"]) 186 + [CF_CURSES_LIBS]) 187 187 188 188 old_LIBS="$LIBS" 189 189 LIBS="$LIBS $MUTTLIBS"