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