]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: clean up relation between ncurses[w] and wide-char support
authorKarel Zak <kzak@redhat.com>
Wed, 8 Jun 2016 10:03:15 +0000 (12:03 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jun 2016 10:03:15 +0000 (12:03 +0200)
commit18dae5d87999d4e8fff4c0ee19b54a0b24ac61bb
tree20531663c385fcbbb441ea2f1912e56bf362ac04
parent4ffcc7a93e1acfa4a6cb804ddfd840ed649aef95
build-sys: clean up relation between ncurses[w] and wide-char support

* error if wide-char enabled/supported, but (non-wide) ncurses
  explicitly requested

* disable ncurses at all if widechar enabled/supported, but ncursesw
  not found

Reported-by: Stanislav Brabec <sbrabec@suse.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac