From 13ef608d83d4ca012351cca36f834cf2067c72cd Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 7 Feb 2009 13:36:42 +0000 Subject: Fix warning in eglic config options. /trunk/config/libc/eglibc.in | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 72ef1f2..1e1dcea 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -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! -- cgit v0.10.2-6-g49f6