summaryrefslogtreecommitdiffstats
path: root/package/libtool/Config.in
blob: 5102863a3495b37066ac318767c3ba3e4313ab50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_COMPILE_LIBTOOL
	bool
	depends BR2_PACKAGE_LIBLTDL

config BR2_PACKAGE_LIBLTDL
	prompt "libltdl........................... A generic dynamic object loading library"
	tristate
	default m if CONFIG_DEVEL
	select BR2_COMPILE_LIBTOOL
	help
	  A generic dynamic object loading library.
	  
	  http://www.gnu.org/software/libtool/