# HG changeset patch # User "Yann E. MORIN" # Date 1234013802 0 # Node ID f85841495a869d0147a97c75b4767018b080dd26 # Parent 001b55bfe0accc3df021e3505c8ef3dcf11f7076 Fix warning in eglic config options. /trunk/config/libc/eglibc.in | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -r 001b55bfe0ac -r f85841495a86 config/libc/eglibc.in --- a/config/libc/eglibc.in Sat Feb 07 08:05:10 2009 +0000 +++ b/config/libc/eglibc.in Sat Feb 07 13:36:42 2009 +0000 @@ -32,7 +32,7 @@ bool prompt "2_8" -config LIBC_V_2_9 +config EGLIBC_V_2_9 bool prompt "2_9" @@ -54,7 +54,7 @@ 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!