Remove *xattr syscalls.
[glibc.git] / sysdeps / unix / sysv / linux / mips / configure.in
blob81515a52f59ee9cc682dbfad8a20c445ebf08450
1 sinclude(./aclocal.m4)dnl Autoconf lossage
2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
3 # Local configure fragment for sysdeps/unix/sysv/linux/mips.
5 define([AC_SUBST])dnl Prevent junk from being appended due to no AC_OUTPUT
6 AC_CHECK_PROG_VER(AS, $AS, --version,
7   [GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\)],
8   [2.11.90.0.[5-9]* | 2.11.90.[1-9]* | 2.11.9[1-9]* | 2.11.[1-9]* | 2.1[2-9]*| 2.[2-9]*], 
9 AC_MSG_WARN([*** Your binutils versions are too old.  
10 *** We strongly advise to update binutils.  For details check 
11 *** the FAQ and INSTALL documents.]))