X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6e43b793a254607a022de3e8e81cdb6c710a5524..ad37d55186f7e517c58f47b5d464b813ba8746f0:/openwrt/package/libtool/Config.in?ds=sidebyside diff --git a/openwrt/package/libtool/Config.in b/openwrt/package/libtool/Config.in index 8c721166a..4cc721379 100644 --- a/openwrt/package/libtool/Config.in +++ b/openwrt/package/libtool/Config.in @@ -1,7 +1,14 @@ +config BR2_COMPILE_LIBTOOL + tristate + depends BR2_PACKAGE_LIBLTDL + config BR2_PACKAGE_LIBLTDL - tristate "libltdl (a generic dynamic object loading library)" + 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/ +