Fit new sourceforge.net download page layout, thanks to Fabian Deutsch for reporting...
[openwrt.git] / package / libtool / Config.in
index 8c721166a2c87f862e1971c30498d9a5df3ddc45..4cc721379b903a558f8f2c851e4a83172b403fa8 100644 (file)
@@ -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/
+