Fix warning in eglic config options.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Feb 07 13:36:42 2009 +0000 (2009-02-07)
changeset 1204f85841495a86
parent 1203 001b55bfe0ac
child 1205 ba2189b34eac
Fix warning in eglic config options.

/trunk/config/libc/eglibc.in | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
config/libc/eglibc.in
     1.1 --- a/config/libc/eglibc.in	Sat Feb 07 08:05:10 2009 +0000
     1.2 +++ b/config/libc/eglibc.in	Sat Feb 07 13:36:42 2009 +0000
     1.3 @@ -32,7 +32,7 @@
     1.4      bool
     1.5      prompt "2_8"
     1.6  
     1.7 -config LIBC_V_2_9
     1.8 +config EGLIBC_V_2_9
     1.9      bool
    1.10      prompt "2_9"
    1.11  
    1.12 @@ -54,7 +54,7 @@
    1.13      default "2_6" if EGLIBC_V_2_6
    1.14      default "2_7" if EGLIBC_V_2_7
    1.15      default "2_8" if EGLIBC_V_2_8
    1.16 -    default "2_9" if LIBC_V_2_9
    1.17 +    default "2_9" if EGLIBC_V_2_9
    1.18  # CT_INSERT_VERSION_STRING_ABOVE
    1.19  # Don't remove above line!
    1.20