]> git.proxmox.com Git - mirror_qemu.git/commit
Fix cursesw detection
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 9 Nov 2016 10:27:52 +0000 (11:27 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 10 Nov 2016 15:29:58 +0000 (15:29 +0000)
commit7c7030029626db81f4e7a003945f293fdd764611
tree8449d94c11b769bcb4211cc1d27ac6bfec204359
parent86f3bf0ebec1df6e7fd2dd5a4e76cbbcd2d1b01e
Fix cursesw detection

On systems which do not provide ncursesw.pc and whose /usr/include/curses.h
does not include wide support, we should not only try with no -I, i.e.
/usr/include, but also with -I/usr/include/ncursesw.

To properly detect for wide support with and without -Werror, we need to
check for the presence of e.g. the WACS_DEGREE macro.

We also want to stop at the first curses_inc_list configuration which works,
and make sure to set IFS to : at each new loop.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Tested-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Message-id: 20161109102752.13255-1-samuel.thibault@ens-lyon.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
configure