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)
commit3725f3ed1246301059eaa1c978ad7133fe567433
tree880821a5db619a88faaa1093516a64bb6b56f91f
parent84354256bff5e95ed3dd8d42b4d7322044c979d7
kconfig: fix check-lxdialog for DLL platforms

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>
scripts/kconfig/lxdialog/check-lxdialog.sh