# HG changeset patch # User "Yann E. MORIN" # Date 1224949621 0 # Node ID c43713a3bf7e7cc782723476b8c1ee6ccdf0b470 # Parent e298ce9ba8fe898832099d2994c7832c08793e22 Remove libelf versions that never worked. /trunk/config/tools/libelf.in | 11 0 11 0 ----------- 1 file changed, 11 deletions(-) diff -r e298ce9ba8fe -r c43713a3bf7e config/tools/libelf.in --- a/config/tools/libelf.in Sat Oct 25 15:44:05 2008 +0000 +++ b/config/tools/libelf.in Sat Oct 25 15:47:01 2008 +0000 @@ -14,15 +14,6 @@ bool prompt "libelf version" -config LIBELF_V_0_8_8 - bool - prompt "0.8.8 (OBSOLETE)" - depends on OBSOLETE - -config LIBELF_V_0_8_9 - bool - prompt "0.8.9" - config LIBELF_V_0_8_10 bool prompt "0.8.10" @@ -33,8 +24,6 @@ config LIBELF_VERSION string - default "0.8.8" if LIBELF_V_0_8_8 - default "0.8.9" if LIBELF_V_0_8_9 default "0.8.10" if LIBELF_V_0_8_10 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!