Backport 1380 from trunk: 1.3
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Feb 17 17:08:18 2009 +0000 (2009-02-17)
branch1.3
changeset 12129daa58864b8b
parent 1193 3b01b24463b6
child 1214 01543123355a
Backport 1380 from trunk:
- Fix using minimum kernel version for glibc/eglibc.

/branches/1.3/config/libc/glibc-eglibc.in-common | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
config/libc/glibc-eglibc.in-common
     1.1 --- a/config/libc/glibc-eglibc.in-common	Mon Feb 02 17:22:16 2009 +0000
     1.2 +++ b/config/libc/glibc-eglibc.in-common	Tue Feb 17 17:08:18 2009 +0000
     1.3 @@ -155,6 +155,6 @@
     1.4      string
     1.5      default ""                            if LIBC_GLIBC_KERNEL_VERSION_NONE
     1.6      default KERNEL_VERSION                if LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS
     1.7 -    default LIBC_GLIBC_MIN_KERNEL_VERSION if LIBC_GLIBC_USE_HEADERS_MIN_KERNEL
     1.8 +    default LIBC_GLIBC_MIN_KERNEL_VERSION if LIBC_GLIBC_KERNEL_VERSION_CHOSEN
     1.9  
    1.10  endif # KERNEL_linux