Offer a single option for the glibc/eglibc add-ons selection, rather than hiding it behind a toggle.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 20 09:50:45 2008 +0000 (2008-10-20)
changeset 949513d1a0c021a
parent 948 114a2e824cc7
child 950 82209e5c862a
Offer a single option for the glibc/eglibc add-ons selection, rather than hiding it behind a toggle.
If the list is empty, then there is no add-on. If the list is not empty, then there are add-ons.

/trunk/config/libc/glibc-eglibc.in-common | 9 0 9 0 ---------
1 file changed, 9 deletions(-)
config/libc/glibc-eglibc.in-common
     1.1 --- a/config/libc/glibc-eglibc.in-common	Sun Oct 19 12:02:13 2008 +0000
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Mon Oct 20 09:50:45 2008 +0000
     1.3 @@ -48,19 +48,10 @@
     1.4        Say n only if you're sure that your architecture is in the official
     1.5        distribution for your chosen version.
     1.6  
     1.7 -config LIBC_ADDONS
     1.8 -    bool
     1.9 -    prompt "Pass extra addons list"
    1.10 -    default n
    1.11 -    help
    1.12 -      If you say Y here, you'll be able to give the list of addons you want to
    1.13 -      include in your C library.
    1.14 -
    1.15  config LIBC_ADDONS_LIST
    1.16      string
    1.17      prompt "Extra addons"
    1.18      default ""
    1.19 -    depends on LIBC_ADDONS
    1.20      help
    1.21        Extra addons to include. Space separated list.
    1.22