Fix warning in eglic config options.

/trunk/config/libc/eglibc.in |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
Yann E. MORIN" 2009-02-07 13:36:42 +00:00
parent 54001543d3
commit 13ef608d83

View File

@ -32,7 +32,7 @@ config EGLIBC_V_2_8
bool
prompt "2_8"
config LIBC_V_2_9
config EGLIBC_V_2_9
bool
prompt "2_9"
@ -54,7 +54,7 @@ config LIBC_VERSION
default "2_6" if EGLIBC_V_2_6
default "2_7" if EGLIBC_V_2_7
default "2_8" if EGLIBC_V_2_8
default "2_9" if LIBC_V_2_9
default "2_9" if EGLIBC_V_2_9
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!