disable strverscmp usage if we build against uClibc-0.9.31

Signed-off-by: Oliver Metz <oliver.metz@googlemail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Oliver Metz 2011-10-09 02:08:42 +02:00 committed by Denys Vlasenko
parent faf7c62f1d
commit cc87588a61

View File

@ -366,7 +366,7 @@ typedef unsigned smalluint;
#if defined(__UCLIBC_MAJOR__)
# if __UCLIBC_MAJOR__ == 0 \
&& ( __UCLIBC_MINOR__ < 9 \
|| (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 31) \
|| (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 32) \
)
# undef HAVE_STRVERSCMP
# endif