blob: aed0c96401f24e38a7b300720bbdfd631f50f254 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config ADK_COMPILE_LIBTOOL
tristate
depends ADK_PACKAGE_LIBLTDL
config ADK_PACKAGE_LIBLTDL
prompt "libltdl........................... A generic dynamic object loading library"
tristate
default n
select ADK_COMPILE_LIBTOOL
help
A generic dynamic object loading library.
http://www.gnu.org/software/libtool/
|