]> git.enpas.org Git - openwrt.git/blob - package/libtool/Config.in
lots of small package changes and dependency cleanups for the V= stuff
[openwrt.git] / package / libtool / Config.in
1 config BR2_PACKAGE_LIBLTDL
2         tristate "libltdl - Generic dynamic object loading library"
3         default m if CONFIG_DEVEL
4         help
5           A generic dynamic object loading library.
6           
7           http://www.gnu.org/software/libtool/
8           
9
10 config BR2_PACKAGE_LIBTOOL
11         tristate
12         default BR2_PACKAGE_LIBLTDL
13