Remove libelf versions that never worked.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Oct 25 15:47:01 2008 +0000 (2008-10-25)
changeset 975c43713a3bf7e
parent 974 e298ce9ba8fe
child 976 a29361d5b9fc
Remove libelf versions that never worked.

/trunk/config/tools/libelf.in | 11 0 11 0 -----------
1 file changed, 11 deletions(-)
config/tools/libelf.in
     1.1 --- a/config/tools/libelf.in	Sat Oct 25 15:44:05 2008 +0000
     1.2 +++ b/config/tools/libelf.in	Sat Oct 25 15:47:01 2008 +0000
     1.3 @@ -14,15 +14,6 @@
     1.4      bool
     1.5      prompt "libelf version"
     1.6  
     1.7 -config LIBELF_V_0_8_8
     1.8 -    bool
     1.9 -    prompt "0.8.8 (OBSOLETE)"
    1.10 -    depends on OBSOLETE
    1.11 -
    1.12 -config LIBELF_V_0_8_9
    1.13 -    bool
    1.14 -    prompt "0.8.9"
    1.15 -
    1.16  config LIBELF_V_0_8_10
    1.17      bool
    1.18      prompt "0.8.10"
    1.19 @@ -33,8 +24,6 @@
    1.20  
    1.21  config LIBELF_VERSION
    1.22      string
    1.23 -    default "0.8.8" if LIBELF_V_0_8_8
    1.24 -    default "0.8.9" if LIBELF_V_0_8_9
    1.25      default "0.8.10" if LIBELF_V_0_8_10
    1.26  # CT_INSERT_VERSION_STRING_ABOVE
    1.27  # Don't remove above line!