From: Jonas Fonseca Date: Wed, 19 Mar 2008 20:40:26 +0000 (+0100) Subject: Make configure search for the ncursesw library first X-Git-Tag: tig-0.10.1~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tig/commitdiff_plain/6a19a30372cca7c252afcf6adbb31b6e9ecdee9b?ds=inline;hp=6a19a30372cca7c252afcf6adbb31b6e9ecdee9b Make configure search for the ncursesw library first Also (unconditionally) define _XOPEN_SOURCE_EXTENDED before including curses.h to have extended functions as recommended by ncurses(3). ---