kconfig: fix check-lxdialog for DLL platforms
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>
Wed, 13 Jun 2012 00:05:15 +0000 (19:05 -0500)
committerMichal Marek <mmarek@suse.cz>
Wed, 4 Jul 2012 16:28:14 +0000 (18:28 +0200)
Import libraries on Cygwin and MinGW/MSYS use the .dll.a suffix, so
checking this suffix is necessary to make sure ncurses will still be
found when built without static libraries.

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found