ncurses: only look for widechar version
commitacf52a76031e15e6a2bbe327bc4291a2867ae143
authorThomas Adam <thomas@xteddy.org>
Sun, 10 Jan 2021 23:08:03 +0000 (10 23:08 +0000)
committerThomas Adam <thomas.adam@smoothwall.net>
Tue, 21 Sep 2021 20:34:22 +0000 (21 21:34 +0100)
treeca0215c9d3ed88f686f686df13f1c2558fd9ae44
parentdd038bc6ec835ad3fd3c0b5303b8af9ad506c8cc
ncurses: only look for widechar version

When checking for ncurses, only check against the widechar version of
the library, otherwise the code won't work correctly, despite it
compiling properly.

Helped by Thomas Dickey.
configure.ac
tog/Makefile.am
tog/tog.c